BaseCodeGeneratorWithSite.Dte Property

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

Syntax

'宣言
<CLSCompliantAttribute(False)> _
Protected ReadOnly Property Dte As DTE
'使用
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: DTE

Permissions

See Also

Reference

BaseCodeGeneratorWithSite Class

BaseCodeGeneratorWithSite Members

Microsoft.VisualStudio.TextTemplating.VSHost Namespace