CoreDesignSurfaceSerializationHelperBase Class

 

Helper class for serializing and deserializing CoreDesignSurface models.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::CoreDesignSurfaceSerializationHelperBase
    Microsoft.VisualStudio.Modeling.Diagrams::CoreDesignSurfaceSerializationHelper

public ref class CoreDesignSurfaceSerializationHelperBase abstract 

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetDirectory(Store^)

Return the directory of serializers to use

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetMonikerResolvers(Store^)

This method returns the moniker resolvers for each of the domain models in the store

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitializeSerialization(Store^)

Ensure that moniker resolvers and domain element serializers are installed properly on the given store, so that deserialization can be carried out correctly.

System_CAPS_protmethodInitializeSerializationContext(Partition^, SerializationContext^, Boolean)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodReadAdditionalElementData(SerializationContext^, ModelElement^, XmlReader^)

Read in any additional XML element data for the specified element.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_protmethodWriteAdditionalElementData(SerializationContext^, ModelElement^, XmlWriter^)

Write any additional XML element data for the specified element

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: