Share via


AxHost.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

戻り値

String

常に null を返します。

実装

注釈

メソッドが返す値の代わりに型名を ICustomTypeDescriptor.GetClassName 使用します。

適用対象