Proprietà WindowConfiguration.Name

Imposta o ottiene il nome dell'oggetto.

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

Sintassi

'Dichiarazione
ReadOnly Default Property Name As String
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

Esiste un limite di 30 caratteri alla lunghezza del nome.

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