共用方式為


DirectiveProcessor.GetPreInitializationCodeForProcessingRun 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 before the base class' Initialize method

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

Returns

Implements

Applies to