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 インターフェイスにキャストされている場合にのみ使用できます。

適用対象