DataRowView.ICustomTypeDescriptor.GetProperties Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vrátí vlastnosti pro tuto instanci komponenty.
Přetížení
| Name | Description |
|---|---|
| ICustomTypeDescriptor.GetProperties() |
Vrátí vlastnosti pro tuto instanci komponenty. |
| ICustomTypeDescriptor.GetProperties(Attribute[]) |
Vrátí vlastnosti pro tuto instanci komponenty se zadanými atributy. |
Poznámky
Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, DataRowView že je instance přetypována do ICustomTypeDescriptor rozhraní.
ICustomTypeDescriptor.GetProperties()
- Zdroj:
- DataRowView.cs
- Zdroj:
- DataRowView.cs
- Zdroj:
- DataRowView.cs
- Zdroj:
- DataRowView.cs
- Zdroj:
- DataRowView.cs
Vrátí vlastnosti pro tuto instanci komponenty.
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
Návraty
Vlastnosti pro tuto instanci komponenty.
Implementuje
- Atributy
Poznámky
Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, DataRowView že je instance přetypována do ICustomTypeDescriptor rozhraní.
Platí pro
ICustomTypeDescriptor.GetProperties(Attribute[])
- Zdroj:
- DataRowView.cs
- Zdroj:
- DataRowView.cs
- Zdroj:
- DataRowView.cs
- Zdroj:
- DataRowView.cs
- Zdroj:
- DataRowView.cs
Vrátí vlastnosti pro tuto instanci komponenty se zadanými atributy.
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
Parametry
- attributes
- Attribute[]
Atributy.
Návraty
Vlastnosti pro tuto instanci komponenty.
Implementuje
- Atributy
Poznámky
Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, DataRowView že je instance přetypována do ICustomTypeDescriptor rozhraní.