Interop.ICustomTypeDescriptor.GetClassName メソッド

定義

格納されている Activity のクラスの名前を返します。

 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

戻り値

格納されている Activity のクラス名。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、Interop のインスタンスが ICustomTypeDescriptor インターフェイスにキャストされる場合のみ、使用できます。

適用対象