ConfigurationSection.ShouldSerializeSectionInTargetVersion Méthode

Définition

Indique si le instance actuel ConfigurationSection doit être sérialisé lorsque la hiérarchie d’objets de configuration est sérialisée pour la version cible spécifiée du .NET Framework.

protected:
 virtual bool ShouldSerializeSectionInTargetVersion(System::Runtime::Versioning::FrameworkName ^ targetFramework);
protected public:
 virtual bool ShouldSerializeSectionInTargetVersion(System::Runtime::Versioning::FrameworkName ^ targetFramework);
protected virtual bool ShouldSerializeSectionInTargetVersion (System.Runtime.Versioning.FrameworkName targetFramework);
protected internal virtual bool ShouldSerializeSectionInTargetVersion (System.Runtime.Versioning.FrameworkName targetFramework);
abstract member ShouldSerializeSectionInTargetVersion : System.Runtime.Versioning.FrameworkName -> bool
override this.ShouldSerializeSectionInTargetVersion : System.Runtime.Versioning.FrameworkName -> bool
Protected Overridable Function ShouldSerializeSectionInTargetVersion (targetFramework As FrameworkName) As Boolean
Protected Friend Overridable Function ShouldSerializeSectionInTargetVersion (targetFramework As FrameworkName) As Boolean

Paramètres

targetFramework
FrameworkName

Version cible du .NET Framework.

Retours

true si la section actuelle doit être sérialisée ; sinon, false.

Remarques

Chaque section de configuration créée pour .NET Framework 4 et versions ultérieures doit remplacer explicitement cette méthode et retourner true, mais uniquement si la section de configuration est valide pour la version spécifiée du .NET Framework. Les sections de configuration existantes qui ont été créées pour les versions antérieures du .NET Framework n’ont pas besoin d’être modifiées.

Le type de base contient une implémentation par défaut de cette méthode qui retourne truetoujours . Si vous implémentez une section de configuration et que vous ne remplacez pas cette méthode, par défaut, la section de configuration sera sérialisée pour toutes les versions du framework.

S’applique à

Voir aussi