Share via


BaseCodeGeneratorWithSite.Dte Property

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Protected ReadOnly Property Dte As DTE
'Usage
Dim value As DTE 

value = Me.Dte
[CLSCompliantAttribute(false)]
protected DTE Dte { get; }
[CLSCompliantAttribute(false)]
protected:
property DTE^ Dte {
    DTE^ get ();
}
protected function get Dte () : DTE

Property Value

Type: EnvDTE.DTE

.NET Framework Security

See Also

Reference

BaseCodeGeneratorWithSite Class

BaseCodeGeneratorWithSite Members

Microsoft.VisualStudio.TextTemplating.VSHost Namespace