Condividi tramite


Proprietà Reference2.DTE

Ottiene l'oggetto estensibilità di primo livello.

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

Sintassi

'Dichiarazione
ReadOnly Property DTE As DTE
DTE DTE { get; }
property DTE^ DTE {
    DTE^ get ();
}
abstract DTE : DTE with get
function get DTE () : DTE

Valore proprietà

Tipo: DTE
Restituisce un oggetto DTE.

Note

In Visual Studio l'oggetto DTE è la radice del modello di automazione. In altri modelli a oggetti viene spesso chiamato "Applicazione".

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Reference2 Interfaccia

Spazio dei nomi VSLangProj2

Altre risorse

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