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.ComponentModel.PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty ();
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 představuje výchozí vlastnost pro tento objekt, nebo null pokud tento objekt nemá vlastnosti.

Implementuje

Poznámky

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

Popis tohoto člena najdete v tématu GetDefaultProperty.

Platí pro

Viz také