DslDirectiveProcessor.GetPostInitializationCodeForProcessingRun 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.
Override GetPostInitializationCodeForProcessingRun to surround all file loads with a top-level transaction. We do this so that the moniker cache does not get flushed after each file is loaded, so that cross-model monikers can be resolved by loading both models in T4 using directives.
public:
override System::String ^ GetPostInitializationCodeForProcessingRun();
public override string GetPostInitializationCodeForProcessingRun ();
override this.GetPostInitializationCodeForProcessingRun : unit -> string
Public Overrides Function GetPostInitializationCodeForProcessingRun () As String