EventDescriptorCollection.RemoveAt(Int32) Método
Definição
Remove o EventDescriptor no índice especificado da coleção.Removes the EventDescriptor at the specified index from the collection.
public:
void RemoveAt(int index);
public:
virtual void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)
Parâmetros
- index
- Int32
O índice do EventDescriptor a ser removido.The index of the EventDescriptor to remove.
Implementações
Exceções
A coleção é somente leitura.The collection is read-only.
Comentários
Observação
O HostProtectionAttribute atributo aplicado a essa classe tem o seguinte Resources valor de propriedade: Synchronization .The HostProtectionAttribute attribute applied to this class has the following Resources property value: Synchronization. HostProtectionAttribute não afeta aplicativos de área de trabalho (que são normalmente iniciados com o clique duplo em um ícone, a digitação de um comando ou a inserção de uma URL em um navegador).The HostProtectionAttribute does not affect desktop applications (which are typically started by double-clicking an icon, typing a command, or entering a URL in a browser). Para obter mais informações, consulte a HostProtectionAttribute classe ou os atributos de proteção de host e de programação de SQL Server.For more information, see the HostProtectionAttribute class or SQL Server Programming and Host Protection Attributes.