DataRowView.ICustomTypeDescriptor.GetProperties 方法
定义
返回此组件实例的属性。Returns the properties for this instance of a component.
重载
| ICustomTypeDescriptor.GetProperties() |
返回此组件实例的属性。Returns the properties for this instance of a component. |
| ICustomTypeDescriptor.GetProperties(Attribute[]) |
返回具有指定特性的此组件实例的属性。Returns the properties for this instance of a component with specified attributes. |
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 DataRowView 实例被强制转换为 ICustomTypeDescriptor 接口时使用。It can be used only when the DataRowView instance is cast to an ICustomTypeDescriptor interface.
ICustomTypeDescriptor.GetProperties()
返回此组件实例的属性。Returns the properties for this instance of a component.
virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties () As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
返回
此组件实例的属性。The properties for this instance of a component.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 DataRowView 实例被强制转换为 ICustomTypeDescriptor 接口时使用。It can be used only when the DataRowView instance is cast to an ICustomTypeDescriptor interface.
适用于
ICustomTypeDescriptor.GetProperties(Attribute[])
返回具有指定特性的此组件实例的属性。Returns the properties for this instance of a component with specified attributes.
virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
参数
- attributes
- Attribute[]
属性。The attributes.
返回
此组件实例的属性。The properties for this instance of a component.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 DataRowView 实例被强制转换为 ICustomTypeDescriptor 接口时使用。It can be used only when the DataRowView instance is cast to an ICustomTypeDescriptor interface.