DslDefinitionModelSerializationBehaviorBase.AllNamespaces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This provides a mapping from xml namespaces to domain model implementation types.
public:
virtual property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainXmlSerializerNamespaceEntry ^> ^ AllNamespaces { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainXmlSerializerNamespaceEntry ^> ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public override System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainXmlSerializerNamespaceEntry> AllNamespaces { get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
member this.AllNamespaces : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainXmlSerializerNamespaceEntry>
Public Overrides ReadOnly Property AllNamespaces As ReadOnlyCollection(Of DomainXmlSerializerNamespaceEntry)
Property Value
- Attributes