DomainXmlSerializationBehavior::AllNamespaces Property

 

This provides a mapping from xml namespaces to domain model implementation types.

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

public:
property ReadOnlyCollection<DomainXmlSerializerNamespaceEntry^>^ AllNamespaces {
	virtual ReadOnlyCollection<DomainXmlSerializerNamespaceEntry^>^ get() abstract;
}

This provides a mapping from XML namespaces to domain model implementation types.

Return to top
Show: