DirectiveProcessor.GetPostInitializationCodeForProcessingRun 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 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