Proprietà WindowConfiguration.Name

Ottiene o imposta il nome dell'oggetto.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
ReadOnly Default Property Name As String
    Get
string this { get; }
property String^ default {
    String^ get ();
}
abstract Name : string
function get Name () : String

Valore proprietà

Tipo: System.String
Stringa che rappresenta il nome dell'oggetto.

Note

La lunghezza del nome è limitata a 30 caratteri.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WindowConfiguration Interfaccia

Spazio dei nomi EnvDTE

Altre risorse

Procedura: compilare ed eseguire gli esempi di codice del modello a oggetti di automazione