AxHost.ICustomTypeDescriptor.GetClassName 方法
定義
傳回目前物件的類別名稱。Returns the class name of the current object.
virtual System::String ^ System.ComponentModel.ICustomTypeDescriptor.GetClassName() = System::ComponentModel::ICustomTypeDescriptor::GetClassName;
string ICustomTypeDescriptor.GetClassName ();
Function GetClassName () As String Implements ICustomTypeDescriptor.GetClassName
傳回
在所有情況下都會傳回 null
。Returns null
in all cases.
實作
備註
請使用類型名稱,而不是ICustomTypeDescriptor.GetClassName方法傳回的值。Use the type name instead of the value that the ICustomTypeDescriptor.GetClassName method returns.