DirectiveProcessor.GetClassCodeForProcessingRun 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.
Get the code to contribute to the generated template processing class as a consequence of the most recent run.
public:
abstract System::String ^ GetClassCodeForProcessingRun();
public:
abstract Platform::String ^ GetClassCodeForProcessingRun();
abstract std::wstring GetClassCodeForProcessingRun();
public abstract string GetClassCodeForProcessingRun ();
abstract member GetClassCodeForProcessingRun : unit -> string
Public MustOverride Function GetClassCodeForProcessingRun () As String
Returns
The code that this DirectiveProcessor contributes to the generated TextTemplating class