DslDefinitionModelSerializationBehaviorBase.CustomSerializerTypes Propriété

Définition

Permet d’ajouter des sérialiseurs personnalisés. L’implémentation de base ne fait rien.

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)

Valeur de propriété

ReadOnlyCollection<DomainXmlSerializerDirectoryEntry>

Types de sérialiseurs personnalisés, null ou liste vide s’il n’existe aucun type de sérialiseur personnalisé.

Attributs

S’applique à