DbConnectionStringBuilder.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

A PropertyDescriptor , který představuje výchozí vlastnost pro tento objekt, nebo null pokud tento objekt nemá vlastnosti.

Implementuje

Atributy

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, DbConnectionStringBuilder že je instance přetypována do ICustomTypeDescriptor rozhraní.

Popis tohoto člena naleznete v tématu GetDefaultProperty.

Platí pro

Viz také