共用方式為


IDirectiveProcessor.GetPostInitializationCodeForProcessingRun 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 after the base class' Initialize method.

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

Returns

Applies to