ICustomTypeDescriptor.GetComponentName Metodo

Definizione

Restituisce il nome di questa istanza di un componente.

public:
 System::String ^ GetComponentName();
public string GetComponentName ();
public string? GetComponentName ();
abstract member GetComponentName : unit -> string
Public Function GetComponentName () As String

Restituisce

Il nome dell'oggetto, o null, se l'oggetto non ha un nome.

Commenti

Se null viene restituito, usare il nome predefinito.

Si applica a

Vedi anche