CodeDomSerializerBase.GetEventsHelper 메서드

정의

프로젝트의 대상 .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);
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

매개 변수

manager
IDesignerSerializationManager

serialization 관리자입니다.

instance
Object

대상 형식의 개체입니다.

attributes
Attribute[]

대상 .NET 버전에 전달할 특성의 배열입니다.

반환

프로젝트의 대상 .NET 버전에 정의된 이벤트의 컬렉션입니다.

적용 대상