Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Customize Model Loading.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.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.SerializationResultStores serialization result from the load operation.
partition
Type: Microsoft.VisualStudio.Modeling.PartitionPartition in which the new DslLibrary instance will be created.
fileName
Type: StringName of the file from which the DslLibrary instance will be deserialized.
modelRoot
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryThe 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.