TextDocument.DTE Eigenschaft

Definition

Ruft das Erweiterbarkeitsobjekt der obersten Ebene ab.

public:
 property EnvDTE::DTE ^ DTE { EnvDTE::DTE ^ get(); };
public:
 property EnvDTE::DTE ^ DTE { EnvDTE::DTE ^ get(); };
[System.Runtime.InteropServices.DispId(150)]
public EnvDTE.DTE DTE { [System.Runtime.InteropServices.DispId(150)] get; }
[<System.Runtime.InteropServices.DispId(150)>]
[<get: System.Runtime.InteropServices.DispId(150)>]
member this.DTE : EnvDTE.DTE
Public ReadOnly Property DTE As DTE

Eigenschaftswert

DTE

Ein DTE-Objekt.

Attribute

Hinweise

In Visual Studio ist das- DTE Objekt der Stamm des Automatisierungs Modells, das von anderen Objekt Modellen oft als "Application" bezeichnet wird.

Gilt für