DomainXmlSerializationBehavior.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:
abstract property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainXmlSerializerDirectoryEntry ^> ^ AllSerializers { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainXmlSerializerDirectoryEntry ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainXmlSerializerDirectoryEntry> AllSerializers { get; }
member this.AllSerializers : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainXmlSerializerDirectoryEntry>
Public MustOverride ReadOnly Property AllSerializers As ReadOnlyCollection(Of DomainXmlSerializerDirectoryEntry)