DirectiveProcessor.GetPostInitializationCodeForProcessingRun Method

Definition

Get the code to contribute to the body of the initialize method of the generated template processing class as a consequence of the most recent run. This code will run after the base class' Initialize method

public:
 abstract System::String ^ GetPostInitializationCodeForProcessingRun();
public:
 abstract Platform::String ^ GetPostInitializationCodeForProcessingRun();
 abstract std::wstring GetPostInitializationCodeForProcessingRun();
public abstract string GetPostInitializationCodeForProcessingRun ();
abstract member GetPostInitializationCodeForProcessingRun : unit -> string
Public MustOverride Function GetPostInitializationCodeForProcessingRun () As String

Returns

Implements

Applies to