This documentation is archived and is not being maintained.

ITextTemplatingEngineHost::TemplateFile Property

Gets the path and file name of the text template that is being processed.

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

property String^ TemplateFile {
	String^ get ();
}

Property Value

Type: String
A String that contains the path and file name of the text template that is being processed.

The following code example shows a possible implementation for a custom host. This code example is part of a larger example. For the complete example, see Walkthrough: Creating a Custom Text Template Host.

No code example is currently available or this language may not be supported.

Show: