RasCollection(TObject).RemoveAt Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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.

See Also