WebPartMenuStyle.ICustomTypeDescriptor.GetClassName メソッド

定義

コンポーネントのこのインスタンスのクラス名を返します。 このメソッドは、 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

実装

注釈

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

適用対象

こちらもご覧ください