Freigeben über


BaseCodeGeneratorWithSite.Dte-Eigenschaft

Ruft das DTE-Objekt ab.

Diese API ist nicht CLS-kompatibel. 

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Protected ReadOnly Property Dte As DTE
    Get
[CLSCompliantAttribute(false)]
protected DTE Dte { get; }
[CLSCompliantAttribute(false)]
protected:
property DTE^ Dte {
    DTE^ get ();
}
[<CLSCompliantAttribute(false)>]
member Dte : DTE
function get Dte () : DTE

Eigenschaftswert

Typ: EnvDTE.DTE

.NET Framework-Sicherheit

Siehe auch

Referenz

BaseCodeGeneratorWithSite Klasse

Microsoft.VisualStudio.TextTemplating.VSHost-Namespace