ServiceNameElementCollection.RemoveAt(Int32) Método

Definição

O método Remove(ServiceNameElement) remove uma instância de ServiceNameElement deste ServiceNameElementCollection com base no índice especificado.The Remove(ServiceNameElement) method removes a ServiceNameElement instance from this ServiceNameElementCollection based on the index specified.

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parâmetros

index
Int32

O índice da instância de ServiceNameElement a ser removida deste ServiceNameElementCollection.The index of the ServiceNameElement instance to remove from this ServiceNameElementCollection.

Aplica-se a