DotRas SDK Documentation |
RasCollection<(Of <(<'TObject>)>)>..::..RemoveItem Method |
RasCollection<(Of <(<'TObject>)>)> Class See Also Send Feedback |
Removes the item at the index specified.
Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
protected virtual void RemoveItem( int index ) |
Visual Basic |
---|
Protected Overridable Sub RemoveItem ( index As Integer ) |
Visual C++ |
---|
protected: virtual void RemoveItem( int index ) |
F# |
---|
abstract RemoveItem : index : int -> unit override RemoveItem : index : int -> unit |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the item to remove.