DomainXmlSerializationBehavior::AllSerializers Property
Visual Studio 2015
Gets the implementation types.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: property ReadOnlyCollection<DomainXmlSerializerDirectoryEntry^>^ AllSerializers { virtual ReadOnlyCollection<DomainXmlSerializerDirectoryEntry^>^ get() abstract; }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<DomainXmlSerializerDirectoryEntry^>^An enumerator.
This provides a mapping from a domain class ID to the implementation types.
Show: