AxHost.ICustomTypeDescriptor.GetClassName Method

Definition

Returns the class name of the current object.

 virtual System::String ^ System.ComponentModel.ICustomTypeDescriptor.GetClassName() = System::ComponentModel::ICustomTypeDescriptor::GetClassName;
string 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

Returns

Returns null in all cases.

Implements

Remarks

Use the type name instead of the value that the ICustomTypeDescriptor.GetClassName method returns.

Applies to