Aracılığıyla paylaş


DbDataRecord.ICustomTypeDescriptor.GetEvents Yöntem

Tanım

Aşırı Yüklemeler

ICustomTypeDescriptor.GetEvents()

Bir bileşenin bu örneği için olayları döndürür.

ICustomTypeDescriptor.GetEvents(Attribute[])

Belirtilen öznitelik dizisini filtre olarak kullanarak bir bileşenin bu örneğinin olaylarını döndürür.

ICustomTypeDescriptor.GetEvents()

Kaynak:
DbDataRecord.cs
Kaynak:
DbDataRecord.cs
Kaynak:
DbDataRecord.cs

Bir bileşenin bu örneği için olayları döndürür.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents() = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Function GetEvents () As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Döndürülenler

EventDescriptorCollection Bu bileşen örneğinin olaylarını temsil eden bir.

Uygulamalar

Açıklamalar

Daha fazla bilgi için bkz. GetEvents.

Ayrıca bkz.

Şunlara uygulanır

ICustomTypeDescriptor.GetEvents(Attribute[])

Kaynak:
DbDataRecord.cs
Kaynak:
DbDataRecord.cs
Kaynak:
DbDataRecord.cs

Belirtilen öznitelik dizisini filtre olarak kullanarak bir bileşenin bu örneğinin olaylarını döndürür.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Function GetEvents (attributes As Attribute()) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Parametreler

attributes
Attribute[]

Filtre olarak kullanılan tür Attribute dizisi.

Döndürülenler

EventDescriptorCollection Bu bileşen örneği için filtrelenmiş olayları temsil eden bir.

Uygulamalar

Açıklamalar

Daha fazla bilgi için bkz. GetEvents.

Ayrıca bkz.

Şunlara uygulanır