WebPartMenuStyle.ICustomTypeDescriptor.GetClassName Method

Definition

Returns the class name of this instance of a component. This method implements the GetClassName() method.

 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

Returns

A string that contains the class name of the object, or null if the class has no name.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the WebPartMenuStyle instance is cast to an ICustomTypeDescriptor interface.

Applies to

See also