DataRowView.ICustomTypeDescriptor.GetProperties Метод

Определение

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

Перегрузки

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

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

ICustomTypeDescriptor.GetProperties(Attribute[])

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

Комментарии

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

ICustomTypeDescriptor.GetProperties()

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

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

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")]
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties();
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties();
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")>]
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
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

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

Свойства этого экземпляра компонента.

Реализации

Атрибуты

Комментарии

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

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

ICustomTypeDescriptor.GetProperties(Attribute[])

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

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

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

Атрибуты.

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

Свойства этого экземпляра компонента.

Реализации

Атрибуты

Комментарии

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

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