DslDefinitionModelSerializationBehaviorBase.CustomSerializerTypes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
Types de sérialiseurs personnalisés, null ou liste vide s’il n’existe aucun type de sérialiseur personnalisé.
- Attributs