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.
Ensure that moniker resolvers and domain element serializers are installed properly on the given store, so that deserialization can be carried out correctly.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Protected Friend Overridable Sub InitializeSerialization ( _
store As Store _
)
protected internal virtual void InitializeSerialization(
Store store
)
protected public:
virtual void InitializeSerialization(
Store^ store
)
abstract InitializeSerialization :
store:Store -> unit
override InitializeSerialization :
store:Store -> unit
function InitializeSerialization(
store : Store
)
Parameters
- store
Type: Microsoft.VisualStudio.Modeling.Store
Store on which moniker resolvers will be set up.
.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.