RequiresProvidesDirectiveProcessor.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 generated class code.
public:
override System::String ^ GetClassCodeForProcessingRun();
public:
override Platform::String ^ GetClassCodeForProcessingRun();
override std::wstring GetClassCodeForProcessingRun();
public override string GetClassCodeForProcessingRun ();
override this.GetClassCodeForProcessingRun : unit -> string
Public Overrides Function GetClassCodeForProcessingRun () As String