DataRowView.ICustomTypeDescriptor.GetEvents Метод

Определение

Возвращает события для этого экземпляра компонента.

Перегрузки

Имя Описание
ICustomTypeDescriptor.GetEvents()

Возвращает события для этого экземпляра компонента.

ICustomTypeDescriptor.GetEvents(Attribute[])

Возвращает события для этого экземпляра компонента с указанными атрибутами.

Комментарии

Этот член является явной реализацией элемента интерфейса. Его можно использовать только в том случае, если DataRowView экземпляр приведение к интерфейсу ICustomTypeDescriptor .

ICustomTypeDescriptor.GetEvents()

Исходный код:
DataRowView.cs
Исходный код:
DataRowView.cs
Исходный код:
DataRowView.cs
Исходный код:
DataRowView.cs
Исходный код:
DataRowView.cs

Возвращает события для этого экземпляра компонента.

 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

Возвращаемое значение

События для этого экземпляра компонента.

Реализации

Комментарии

Этот член является явной реализацией элемента интерфейса. Его можно использовать только в том случае, если DataRowView экземпляр приведение к интерфейсу ICustomTypeDescriptor .

Применяется к

ICustomTypeDescriptor.GetEvents(Attribute[])

Исходный код:
DataRowView.cs
Исходный код:
DataRowView.cs
Исходный код:
DataRowView.cs
Исходный код:
DataRowView.cs
Исходный код:
DataRowView.cs

Возвращает события для этого экземпляра компонента с указанными атрибутами.

 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

Параметры

attributes
Attribute[]

Атрибуты.

Возвращаемое значение

События для этого экземпляра компонента.

Реализации

Атрибуты

Комментарии

Этот член является явной реализацией элемента интерфейса. Его можно использовать только в том случае, если DataRowView экземпляр приведение к интерфейсу ICustomTypeDescriptor .

Применяется к