Aracılığıyla paylaş


CodeDomSerializerBase.GetEventsHelper Yöntem

Tanım

Projenin hedef .NET sürümünde tanımlanan olay koleksiyonunu alır.

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);
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

Parametreler

manager
IDesignerSerializationManager

Serileştirme yöneticisi.

instance
Object

Hedef türündeki bir nesne.

attributes
Attribute[]

.NET'in hedef sürümüne geçirilen öznitelik dizisi.

Döndürülenler

Projenin hedef .NET sürümünde tanımlanan olay koleksiyonu.

Şunlara uygulanır