IDirectiveProcessor.GetClassCodeForProcessingRun 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.
Gets the code to contribute to the generated template processing class because of the most recent run.
public:
System::String ^ GetClassCodeForProcessingRun();
public string GetClassCodeForProcessingRun ();
abstract member GetClassCodeForProcessingRun : unit -> string
Public Function GetClassCodeForProcessingRun () As String