DataRowView.ICustomTypeDescriptor.GetEvents Yöntem

Tanım

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

Aşırı Yüklemeler

Name Description
ICustomTypeDescriptor.GetEvents()

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

ICustomTypeDescriptor.GetEvents(Attribute[])

Belirtilen özniteliklere sahip bir bileşenin bu örneği için olayları döndürür.

Açıklamalar

Bu üye açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir DataRowView arabirime ICustomTypeDescriptor yayınlandığında kullanılabilir.

ICustomTypeDescriptor.GetEvents()

Kaynak:
DataRowView.cs
Kaynak:
DataRowView.cs
Kaynak:
DataRowView.cs
Kaynak:
DataRowView.cs
Kaynak:
DataRowView.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

Bir bileşenin bu örneğine yönelik olaylar.

Uygulamalar

Açıklamalar

Bu üye açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir DataRowView arabirime ICustomTypeDescriptor yayınlandığında kullanılabilir.

Şunlara uygulanır

ICustomTypeDescriptor.GetEvents(Attribute[])

Kaynak:
DataRowView.cs
Kaynak:
DataRowView.cs
Kaynak:
DataRowView.cs
Kaynak:
DataRowView.cs
Kaynak:
DataRowView.cs

Belirtilen özniteliklere sahip bir bileşenin bu örneği için olayları döndürür.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")]
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes);
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")>]
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
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[]

Öznitelikler.

Döndürülenler

Bir bileşenin bu örneğine yönelik olaylar.

Uygulamalar

Öznitelikler

Açıklamalar

Bu üye açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir DataRowView arabirime ICustomTypeDescriptor yayınlandığında kullanılabilir.

Şunlara uygulanır