DirectiveProcessor.GetClassCodeForProcessingRun Method

Definition

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

Implements

Applies to