DataRowView.ICustomTypeDescriptor.GetDefaultProperty Metoda

Definice

Vrátí výchozí vlastnost pro tuto instanci komponenty.

 virtual System::ComponentModel::PropertyDescriptor ^ System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() = System::ComponentModel::ICustomTypeDescriptor::GetDefaultProperty;
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")]
System.ComponentModel.PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty();
System.ComponentModel.PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty();
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")>]
abstract member System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
override this.System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
abstract member System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
override this.System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
Function GetDefaultProperty () As PropertyDescriptor Implements ICustomTypeDescriptor.GetDefaultProperty

Návraty

Výchozí vlastnost 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