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