ITextTemplatingEngine.PreprocessTemplate 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.
public:
System::String ^ PreprocessTemplate(System::String ^ content, Microsoft::VisualStudio::TextTemplating::ITextTemplatingEngineHost ^ host, System::String ^ className, System::String ^ classNamespace, [Runtime::InteropServices::Out] System::String ^ % language, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % references);
public string PreprocessTemplate (string content, Microsoft.VisualStudio.TextTemplating.ITextTemplatingEngineHost host, string className, string classNamespace, out string language, out string[] references);
abstract member PreprocessTemplate : string * Microsoft.VisualStudio.TextTemplating.ITextTemplatingEngineHost * string * string * string * String[] -> string
Public Function PreprocessTemplate (content As String, host As ITextTemplatingEngineHost, className As String, classNamespace As String, ByRef language As String, ByRef references As String()) As String
Parameters
- content
- String
- className
- String
- classNamespace
- String
- language
- String
- references
- String[]