DslDefinitionModelSerializationBehaviorBase.CustomSerializerTypes Property

Definition

Allows custom serializers to be added. Base implementation doesn't do anything.

protected:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainXmlSerializerDirectoryEntry ^> ^ CustomSerializerTypes { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainXmlSerializerDirectoryEntry ^> ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainXmlSerializerDirectoryEntry> CustomSerializerTypes { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.CustomSerializerTypes : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainXmlSerializerDirectoryEntry>
Protected Overridable ReadOnly Property CustomSerializerTypes As ReadOnlyCollection(Of DomainXmlSerializerDirectoryEntry)

Property Value

Custom serializer types, null or empty list if there's no custom serializer types.

Attributes

Applies to