ITextTemplatingEngineHost.TemplateFile Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the path and file name of the text template that is being processed.
public:
 property System::String ^ TemplateFile { System::String ^ get(); };public string TemplateFile { get; }member this.TemplateFile : stringPublic ReadOnly Property TemplateFile As StringProperty Value
A String that contains the path and file name of the text template that is being processed.