Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Loads a DslLibrary instance into the default partition of the given store, and ignore serialization result.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaration
Public Overridable Function LoadModel ( _
store As Store, _
fileName As String, _
schemaResolver As ISchemaResolver, _
validationController As ValidationController, _
serializerLocator As ISerializerLocator _
) As DslLibrary
public virtual DslLibrary LoadModel(
Store store,
string fileName,
ISchemaResolver schemaResolver,
ValidationController validationController,
ISerializerLocator serializerLocator
)
public:
virtual DslLibrary^ LoadModel(
Store^ store,
String^ fileName,
ISchemaResolver^ schemaResolver,
ValidationController^ validationController,
ISerializerLocator^ serializerLocator
)
abstract LoadModel :
store:Store *
fileName:string *
schemaResolver:ISchemaResolver *
validationController:ValidationController *
serializerLocator:ISerializerLocator -> DslLibrary
override LoadModel :
store:Store *
fileName:string *
schemaResolver:ISchemaResolver *
validationController:ValidationController *
serializerLocator:ISerializerLocator -> DslLibrary
public function LoadModel(
store : Store,
fileName : String,
schemaResolver : ISchemaResolver,
validationController : ValidationController,
serializerLocator : ISerializerLocator
) : DslLibrary
Parameters
- store
Type: Microsoft.VisualStudio.Modeling.Store
The new DslLibrary instance will be created into the default partition of this store.
- fileName
Type: System.String
Name of the file from which the DslLibrary instance will be deserialized.
- schemaResolver
Type: Microsoft.VisualStudio.Modeling.ISchemaResolver
An ISchemaResolver that allows the serializer to do schema validation on the root element (and everything inside it). If null is passed, schema validation will not be performed.
- validationController
Type: Microsoft.VisualStudio.Modeling.Validation.ValidationController
A ValidationController that will be used to do load-time validation (validations with validation category "Load"). If null is passed, load-time validation will not be performed.
- serializerLocator
Type: Microsoft.VisualStudio.Modeling.ISerializerLocator
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary
The loaded DslLibrary instance.
.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.