DynamicActivity<TResult>.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

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

Имя класса.

Реализации

Комментарии

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

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