DbConnectionStringBuilder.ICustomTypeDescriptor.GetClassName Metoda

Definice

Vrátí název třídy této instance komponenty.

 virtual System::String ^ System.ComponentModel.ICustomTypeDescriptor.GetClassName() = System::ComponentModel::ICustomTypeDescriptor::GetClassName;
string ICustomTypeDescriptor.GetClassName ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetClassName : unit -> string
override this.System.ComponentModel.ICustomTypeDescriptor.GetClassName : unit -> string
Function GetClassName () As String Implements ICustomTypeDescriptor.GetClassName

Návraty

Název třídy objektu nebo null pokud třída název nemá.

Implementuje

Poznámky

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

Popis tohoto člena najdete v tématu GetClassName.

Platí pro

Viz také