RequiresProvidesDirectiveProcessor.GetPreInitializationCodeForProcessingRun 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 before the base class' Initialize method
public:
override System::String ^ GetPreInitializationCodeForProcessingRun();
public:
override Platform::String ^ GetPreInitializationCodeForProcessingRun();
override std::wstring GetPreInitializationCodeForProcessingRun();
public override string GetPreInitializationCodeForProcessingRun ();
override this.GetPreInitializationCodeForProcessingRun : unit -> string
Public Overrides Function GetPreInitializationCodeForProcessingRun () As String