WebPartMenuStyle.ICustomTypeDescriptor.GetComponentName Método

Definición

Devuelve el nombre de esta instancia de un componente. Este método implementa el GetComponentName() método .

 virtual System::String ^ System.ComponentModel.ICustomTypeDescriptor.GetComponentName() = System::ComponentModel::ICustomTypeDescriptor::GetComponentName;
string ICustomTypeDescriptor.GetComponentName();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetComponentName : unit -> string
override this.System.ComponentModel.ICustomTypeDescriptor.GetComponentName : unit -> string
Function GetComponentName () As String Implements ICustomTypeDescriptor.GetComponentName

Devoluciones

Cadena que contiene el nombre del objeto o null si el objeto no tiene nombre.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la WebPartMenuStyle instancia se convierte en una ICustomTypeDescriptor interfaz.

Se aplica a

Consulte también