Intersoft ClientUI Documentation
RemoveAt Method (UIElementExtensions)



Syntax
<ExtensionAttribute()>
Public Shared Sub RemoveAt( _
   ByVal collection As UIElementCollection, _
   ByVal index As Integer, _
   ByVal noVerify As Boolean _
) 
Dim collection As UIElementCollection
Dim index As Integer
Dim noVerify As Boolean
 
UIElementExtensions.RemoveAt(collection, index, noVerify)
[ExtensionAttribute()]
public static void RemoveAt( 
   UIElementCollection collection,
   int index,
   bool noVerify
)
[ExtensionAttribute()]
public:
static void RemoveAt( 
   UIElementCollection^ collection,
   int index,
   bool noVerify
) 

Parameters

collection
index
noVerify
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UIElementExtensions Class
UIElementExtensions Members

Send Feedback