Condividi tramite


Proprietà ProjectItem.DTE

Ottiene l'oggetto estendibilità di primo livello.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.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: EnvDTE.DTE
Oggetto DTE.

Note

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ProjectItem Interfaccia

Spazio dei nomi EnvDTE

Altre risorse

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