DomainXmlSerializationBehavior::AllPropertySerializers Property

 

This provides a mapping from property type to DomainPropertyXmlSerializerImplementation type to use for serialization.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property ReadOnlyCollection<DomainXmlTypeSerializerDirectoryEntry^>^ AllPropertySerializers {
	virtual ReadOnlyCollection<DomainXmlTypeSerializerDirectoryEntry^>^ get();
}

This method is virtual and returns an empty collection by default because most DSLs do not have external types that require special serialization.

Return to top
Show: