WebPartMenuStyle.ICustomTypeDescriptor.GetComponentName Metodo

Definizione

Restituisce il nome di questa istanza di un componente. Questo metodo implementa il GetComponentName() metodo .

 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

Valori restituiti

Stringa contenente il nome dell'oggetto o null se l'oggetto non ha alcun nome.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia WebPartMenuStyleICustomTypeDescriptor .

Si applica a

Vedi anche