EventDescriptorCollection.Remove(EventDescriptor) Método

Definição

Remove o EventDescriptor especificado da coleção.Removes the specified EventDescriptor from the collection.

public:
 void Remove(System::ComponentModel::EventDescriptor ^ value);
public void Remove (System.ComponentModel.EventDescriptor value);
member this.Remove : System.ComponentModel.EventDescriptor -> unit
Public Sub Remove (value As EventDescriptor)

Parâmetros

value
EventDescriptor

O EventDescriptor a ser removido da coleção.The EventDescriptor to remove from the collection.

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.

Aplica-se a