DomainXmlSerializerDirectory.Namespaces Property

Definition

Returns the list of namespaces mapped to domain model types

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

Property Value

Applies to