ConfigurationSectionGroup.ShouldSerializeSectionGroupInTargetVersion 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出當組態物件階層針對指定的目標版本串行化 .NET Framework 時,是否應該串行化目前的ConfigurationSectionGroup實例。
protected:
virtual bool ShouldSerializeSectionGroupInTargetVersion(System::Runtime::Versioning::FrameworkName ^ targetFramework);
protected public:
virtual bool ShouldSerializeSectionGroupInTargetVersion(System::Runtime::Versioning::FrameworkName ^ targetFramework);
protected virtual bool ShouldSerializeSectionGroupInTargetVersion (System.Runtime.Versioning.FrameworkName targetFramework);
protected internal virtual bool ShouldSerializeSectionGroupInTargetVersion (System.Runtime.Versioning.FrameworkName targetFramework);
abstract member ShouldSerializeSectionGroupInTargetVersion : System.Runtime.Versioning.FrameworkName -> bool
override this.ShouldSerializeSectionGroupInTargetVersion : System.Runtime.Versioning.FrameworkName -> bool
Protected Overridable Function ShouldSerializeSectionGroupInTargetVersion (targetFramework As FrameworkName) As Boolean
Protected Friend Overridable Function ShouldSerializeSectionGroupInTargetVersion (targetFramework As FrameworkName) As Boolean
參數
- targetFramework
- FrameworkName
.NET Framework 的目標版本。
傳回
如果應該序列化目前的區段群組,則為 true
,否則為 false
。
備註
針對 .NET Framework 4 和更新版本所建立的每個組態區段群組都必須明確覆寫此方法並傳回 true
,但只有在區段群組對指定的 .NET Framework 版本有效時才有效。 為舊版 .NET Framework 建立的現有組態區段群組不需要變更。
基底類型包含這個方法的預設實作,一律會傳 true
回 。 換句話說,如果組態區段群組實作器未覆寫此方法,則預設會針對所有架構版本串行化組態區段群組。