DataRowView.ICustomTypeDescriptor.GetEvents 方法

定义

返回组件的此实例的事件。

重载

名称 说明
ICustomTypeDescriptor.GetEvents()

返回组件的此实例的事件。

ICustomTypeDescriptor.GetEvents(Attribute[])

返回具有指定属性的组件的此实例的事件。

注解

此成员是显式接口成员实现。 仅当实例强制转换为DataRowView接口时ICustomTypeDescriptor,才能使用它。

ICustomTypeDescriptor.GetEvents()

Source:
DataRowView.cs
Source:
DataRowView.cs
Source:
DataRowView.cs
Source:
DataRowView.cs
Source:
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[])

Source:
DataRowView.cs
Source:
DataRowView.cs
Source:
DataRowView.cs
Source:
DataRowView.cs
Source:
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,才能使用它。

适用于