CodeDomSerializerBase.GetEventsHelper Método

Definição

Obtém uma coleção de eventos conforme definido na versão alvo do projeto do .NET.

protected:
 static System::ComponentModel::EventDescriptorCollection ^ GetEventsHelper(System::ComponentModel::Design::Serialization::IDesignerSerializationManager ^ manager, System::Object ^ instance, cli::array <Attribute ^> ^ attributes);
protected static System.ComponentModel.EventDescriptorCollection GetEventsHelper(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object instance, Attribute[] attributes);
static member GetEventsHelper : System.ComponentModel.Design.Serialization.IDesignerSerializationManager * obj * Attribute[] -> System.ComponentModel.EventDescriptorCollection
Protected Shared Function GetEventsHelper (manager As IDesignerSerializationManager, instance As Object, attributes As Attribute()) As EventDescriptorCollection

Parâmetros

manager
IDesignerSerializationManager

O gestor de serialização.

instance
Object

Um objeto do tipo alvo.

attributes
Attribute[]

Um conjunto de atributos para passar à versão alvo do .NET.

Devoluções

Uma coleção de eventos conforme definidos na versão alvo do projeto do .NET.

Aplica-se a