ITextTemplatingEngineHost.SetFileExtension(String) Method
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.
Tells the host the file name extension that is expected for the generated text output.
public:
void SetFileExtension(System::String ^ extension);
public void SetFileExtension (string extension);
abstract member SetFileExtension : string -> unit
Public Sub SetFileExtension (extension As String)
Parameters
- extension
- String
The file name extension for the generated text output.