DomainXmlSerializationBehavior::AllNamespaces Property
Visual Studio 2015
This provides a mapping from xml namespaces to domain model implementation types.
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; }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<DomainXmlSerializerNamespaceEntry^>^This provides a mapping from XML namespaces to domain model implementation types.
Show: