Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads the model file into the specified partition and returns the root model element.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Function LoadModel ( _
serializationResult As SerializationResult, _
partition As Partition, _
fileName As String, _
serializerLocator As ISerializerLocator _
) As ModelElement
ModelElement LoadModel(
SerializationResult serializationResult,
Partition partition,
string fileName,
ISerializerLocator serializerLocator
)
ModelElement^ LoadModel(
SerializationResult^ serializationResult,
Partition^ partition,
String^ fileName,
ISerializerLocator^ serializerLocator
)
abstract LoadModel :
serializationResult:SerializationResult *
partition:Partition *
fileName:string *
serializerLocator:ISerializerLocator -> ModelElement
function LoadModel(
serializationResult : SerializationResult,
partition : Partition,
fileName : String,
serializerLocator : ISerializerLocator
) : ModelElement
Parameters
- serializationResult
Type: Microsoft.VisualStudio.Modeling.SerializationResult
Detailed information about the result of the load
- partition
Type: Microsoft.VisualStudio.Modeling.Partition
The partition into which the model should be loaded
- fileName
Type: System.String
The name of the file to load
- serializerLocator
Type: Microsoft.VisualStudio.Modeling.ISerializerLocator
The serializer locator to use when attempting to resolve any additional domain model namespaces encountered in the model file. Can be null.
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
The root model element
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.