共用方式為


IDirectiveProcessor.GetPreInitializationCodeForProcessingRun Method

Definition

Gets the code to contribute to the body of the initialize method of the generated template processing class because of the most recent run. This code will run before the base class' Initialize method.

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

Returns

Applies to