SubMenuStyle.ICustomTypeDescriptor.GetClassName メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメンバーの詳細については、「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
。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 インスタンスがインターフェイスに SubMenuStyle キャスト ICustomTypeDescriptor されている場合にのみ使用できます。