DomainXmlSerializationBehavior.AllNamespaces Property

Definition

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

public:
 abstract property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainXmlSerializerNamespaceEntry ^> ^ AllNamespaces { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainXmlSerializerNamespaceEntry ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainXmlSerializerNamespaceEntry> AllNamespaces { get; }
member this.AllNamespaces : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainXmlSerializerNamespaceEntry>
Public MustOverride ReadOnly Property AllNamespaces As ReadOnlyCollection(Of DomainXmlSerializerNamespaceEntry)

Property Value

Applies to