Share via


SerializationUtilities.ResolveDomainModels Method

Resolves XML namespace declarations to ___domain models and loads the ___domain models into the store.

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

Syntax

'Declaration
Public Shared Sub ResolveDomainModels ( _
    reader As XmlReader, _
    serializerLocator As ISerializerLocator, _
    store As Store _
)
public static void ResolveDomainModels(
    XmlReader reader,
    ISerializerLocator serializerLocator,
    Store store
)
public:
static void ResolveDomainModels(
    XmlReader^ reader, 
    ISerializerLocator^ serializerLocator, 
    Store^ store
)
static member ResolveDomainModels : 
        reader:XmlReader * 
        serializerLocator:ISerializerLocator * 
        store:Store -> unit 
public static function ResolveDomainModels(
    reader : XmlReader, 
    serializerLocator : ISerializerLocator, 
    store : Store
)

Parameters

Remarks

Extracts the XML namespace declrations from the current node pointed to by the supplied reader and attempts to find the corresponding ___domain model type. Loads all located ___domain models into the store.

.NET Framework Security

See Also

Reference

SerializationUtilities Class

Microsoft.VisualStudio.Modeling Namespace