WsiProfilesElementCollection.RemoveAt Método
Definição
Remove um elemento especificado da coleção.Removes a specified element from the collection.
Sobrecargas
| RemoveAt(Int32) |
Remove o elemento no índice especificado na coleção.Removes the element at the specified index in the collection. |
| RemoveAt(Object) |
Remove o WsiProfilesElement com a chave especificada da coleção.Removes the WsiProfilesElement with the specified key from the collection. |
RemoveAt(Int32)
Remove o elemento no índice especificado na coleção.Removes the element at the specified index in the collection.
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 baseado em zero do WsiProfilesElement a ser removido da coleção.The zero-based index of the WsiProfilesElement to remove from the collection.
Aplica-se a
RemoveAt(Object)
Remove o WsiProfilesElement com a chave especificada da coleção.Removes the WsiProfilesElement with the specified key from the collection.
public:
void RemoveAt(System::Object ^ key);
public void RemoveAt (object key);
member this.RemoveAt : obj -> unit
Public Sub RemoveAt (key As Object)
Parâmetros
- key
- Object
A chave do WsiProfilesElement a ser removido da coleção.The key of the WsiProfilesElement to be removed from the collection.