DslDefinitionModelSerializationHelperBase.OnPostLoadModel 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.
Customize Model Loading.
protected:
virtual void OnPostLoadModel(Microsoft::VisualStudio::Modeling::SerializationResult ^ serializationResult, Microsoft::VisualStudio::Modeling::Partition ^ partition, System::String ^ fileName, Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ modelRoot);
protected virtual void OnPostLoadModel (Microsoft.VisualStudio.Modeling.SerializationResult serializationResult, Microsoft.VisualStudio.Modeling.Partition partition, string fileName, Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary modelRoot);
abstract member OnPostLoadModel : Microsoft.VisualStudio.Modeling.SerializationResult * Microsoft.VisualStudio.Modeling.Partition * string * Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> unit
override this.OnPostLoadModel : Microsoft.VisualStudio.Modeling.SerializationResult * Microsoft.VisualStudio.Modeling.Partition * string * Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> unit
Protected Overridable Sub OnPostLoadModel (serializationResult As SerializationResult, partition As Partition, fileName As String, modelRoot As DslLibrary)
Parameters
- serializationResult
- SerializationResult
Stores serialization result from the load operation.
- partition
- Partition
Partition in which the new DslLibrary instance will be created.
- fileName
- String
Name of the file from which the DslLibrary instance will be deserialized.
- modelRoot
- DslLibrary
The root of the file that was loaded.