DbConnectionStringBuilder.ICustomTypeDescriptor.GetClassName Метод

Определение

Возвращает имя класса для этого экземпляра компонента.

 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

Возвращаемое значение

Имя класса объекта или null, если класс не имеет имени.

Реализации

Комментарии

Этот член представляет собой явную реализацию члена интерфейса. Он может использоваться, только если экземпляр DbConnectionStringBuilder приведен к типу интерфейса ICustomTypeDescriptor.

Описание этого члена см. в разделе GetClassName.

Применяется к

См. также раздел