DslDefinitionModelSerializationHelperBase.InitializeSerialization Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ensure that moniker resolvers and domain element serializers are installed properly on the given store, so that deserialization can be carried out correctly.
protected public:
virtual void InitializeSerialization(Microsoft::VisualStudio::Modeling::Store ^ store);
protected internal virtual void InitializeSerialization (Microsoft.VisualStudio.Modeling.Store store);
abstract member InitializeSerialization : Microsoft.VisualStudio.Modeling.Store -> unit
override this.InitializeSerialization : Microsoft.VisualStudio.Modeling.Store -> unit
Protected Friend Overridable Sub InitializeSerialization (store As Store)
Parameters
- store
- Store
Store on which moniker resolvers will be set up.