DataRowView.ICustomTypeDescriptor.GetProperties Methode

Definitie

Retourneert de eigenschappen voor dit exemplaar van een onderdeel.

Overloads

Name Description
ICustomTypeDescriptor.GetProperties()

Retourneert de eigenschappen voor dit exemplaar van een onderdeel.

ICustomTypeDescriptor.GetProperties(Attribute[])

Retourneert de eigenschappen voor dit exemplaar van een onderdeel met opgegeven kenmerken.

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het DataRowView exemplaar naar een ICustomTypeDescriptor interface wordt gecast.

ICustomTypeDescriptor.GetProperties()

Bron:
DataRowView.cs
Bron:
DataRowView.cs
Bron:
DataRowView.cs
Bron:
DataRowView.cs
Bron:
DataRowView.cs

Retourneert de eigenschappen voor dit exemplaar van een onderdeel.

 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

Retouren

De eigenschappen voor dit exemplaar van een onderdeel.

Implementeringen

Kenmerken

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het DataRowView exemplaar naar een ICustomTypeDescriptor interface wordt gecast.

Van toepassing op

ICustomTypeDescriptor.GetProperties(Attribute[])

Bron:
DataRowView.cs
Bron:
DataRowView.cs
Bron:
DataRowView.cs
Bron:
DataRowView.cs
Bron:
DataRowView.cs

Retourneert de eigenschappen voor dit exemplaar van een onderdeel met opgegeven kenmerken.

 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

Parameters

attributes
Attribute[]

De kenmerken.

Retouren

De eigenschappen voor dit exemplaar van een onderdeel.

Implementeringen

Kenmerken

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het DataRowView exemplaar naar een ICustomTypeDescriptor interface wordt gecast.

Van toepassing op