DomainXmlSerializationBehavior.AllPropertySerializers 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 property type to DomainPropertyXmlSerializerImplementation type to use for serialization.
public:
virtual property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainXmlTypeSerializerDirectoryEntry ^> ^ AllPropertySerializers { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainXmlTypeSerializerDirectoryEntry ^> ^ get(); };
public virtual System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainXmlTypeSerializerDirectoryEntry> AllPropertySerializers { get; }
member this.AllPropertySerializers : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainXmlTypeSerializerDirectoryEntry>
Public Overridable ReadOnly Property AllPropertySerializers As ReadOnlyCollection(Of DomainXmlTypeSerializerDirectoryEntry)
Property Value
Remarks
This method is virtual and returns an empty collection by default as most DSLs don't have external types that require special serialization.