







![]() ![]() |
DotRas SDK Documentation |
RasCollection<(Of <(<'TObject>)>)>..::..RemoveAt Method |
RasCollection<(Of <(<'TObject>)>)> Class See Also Send Feedback |
![]() |
Removes the entry at the specified index in the collection.
Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public void RemoveAt( int index ) |
Visual Basic |
---|
Public Sub RemoveAt ( index As Integer ) |
Visual C++ |
---|
public: void RemoveAt( int index ) |
F# |
---|
member RemoveAt : index : int -> unit |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the entry to remove.
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | The phone book of the entry collection has not been opened. |
System..::..UnauthorizedAccessException | The caller does not have the required permission to perform the action requested. |