DslDefinitionModelSerializationHelperBase.CreateModelHelper(Partition) 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.
Helper method to create and initialize a new DslLibrary.
protected public:
virtual Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ CreateModelHelper(Microsoft::VisualStudio::Modeling::Partition ^ modelPartition);
protected internal virtual Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary CreateModelHelper (Microsoft.VisualStudio.Modeling.Partition modelPartition);
abstract member CreateModelHelper : Microsoft.VisualStudio.Modeling.Partition -> Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary
override this.CreateModelHelper : Microsoft.VisualStudio.Modeling.Partition -> Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary
Protected Friend Overridable Function CreateModelHelper (modelPartition As Partition) As DslLibrary
Parameters
- modelPartition
- Partition