DomainXmlSerializationBehavior::AllSerializers Property

 

Gets the implementation types.

Namespace:   Microsoft.VisualStudio.Modeling
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;
}

This provides a mapping from a domain class ID to the implementation types.

Return to top
Show: