DslDefinitionModelSerializationBehaviorBase.AllSerializers 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 DomainClass Id to DomainXmlSerializer implementation types.
public:
virtual property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainXmlSerializerDirectoryEntry ^> ^ AllSerializers { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainXmlSerializerDirectoryEntry ^> ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public override System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainXmlSerializerDirectoryEntry> AllSerializers { get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
member this.AllSerializers : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainXmlSerializerDirectoryEntry>
Public Overrides ReadOnly Property AllSerializers As ReadOnlyCollection(Of DomainXmlSerializerDirectoryEntry)
Property Value
- Attributes