We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eedfee commit 5857bd7Copy full SHA for 5857bd7
docs/modeling/t4-template-directive.md
@@ -82,6 +82,7 @@ hostspecific="true"
82
<#@ assembly name="EnvDTE" #>
83
<#@ import namespace="EnvDTE" #>
84
<#@ import namespace="System.IO" #>
85
+<#@ import namespace="Microsoft.VisualStudio.TextTemplating" #>
86
<# // Get the Visual Studio API as a service:
87
DTE dte = ((IServiceProvider)this.Host).GetCOMService(typeof(DTE)) as DTE;
88
#>
0 commit comments