CoreDesignSurfaceSerializationBehaviorBase::AllNamespaces Property
Visual Studio 2015
This provides a mapping from xml namespaces to domain model implementation types.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property ReadOnlyCollection<DomainXmlSerializerNamespaceEntry^>^ AllNamespaces { virtual ReadOnlyCollection<DomainXmlSerializerNamespaceEntry^>^ get() override; }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<DomainXmlSerializerNamespaceEntry^>^
Show: