DomainXmlSerializationBehavior::AllPropertySerializers Property
Visual Studio 2015
This provides a mapping from property type to DomainPropertyXmlSerializerImplementation type to use for serialization.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: property ReadOnlyCollection<DomainXmlTypeSerializerDirectoryEntry^>^ AllPropertySerializers { virtual ReadOnlyCollection<DomainXmlTypeSerializerDirectoryEntry^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<DomainXmlTypeSerializerDirectoryEntry^>^This method is virtual and returns an empty collection by default because most DSLs do not have external types that require special serialization.
Show: