RequiresProvidesDirectiveProcessor.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:
 override System::String ^ GetPostInitializationCodeForProcessingRun();
public:
 override Platform::String ^ GetPostInitializationCodeForProcessingRun();
 override std::wstring GetPostInitializationCodeForProcessingRun();
public override string GetPostInitializationCodeForProcessingRun ();
override this.GetPostInitializationCodeForProcessingRun : unit -> string
Public Overrides Function GetPostInitializationCodeForProcessingRun () As String

Returns

Applies to