共用方式為


TestConfigurationSection 類別

提供對資料來源組態資料的存取。

繼承階層架構

Object
  ConfigurationElement
    ConfigurationSection
      Microsoft.VisualStudio.TestTools.UnitTesting.TestConfigurationSection

命名空間:  Microsoft.VisualStudio.TestTools.UnitTesting
組件:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

語法

'宣告
Public NotInheritable Class TestConfigurationSection _
    Inherits ConfigurationSection
public sealed class TestConfigurationSection : ConfigurationSection
public ref class TestConfigurationSection sealed : public ConfigurationSection
[<Sealed>]
type TestConfigurationSection =  
    class 
        inherit ConfigurationSection 
    end
public final class TestConfigurationSection extends ConfigurationSection

TestConfigurationSection 類型會公開下列成員。

建構函式

  名稱 描述
公用方法 TestConfigurationSection 初始化 TestConfigurationSection 類別的新執行個體。

回頁首

屬性

  名稱 描述
公用屬性 DataSources 取得 DataSourceElementCollection,其內容包含資料來源組態資訊。
公用屬性 ElementInformation 取得 ElementInformation 物件,其中包含 ConfigurationElement 物件之不可自訂的資訊和功能。 (繼承自 ConfigurationElement)。
受保護的屬性 ElementProperty 取得表示 ConfigurationElement 物件本身的 ConfigurationElementProperty 物件。 (繼承自 ConfigurationElement)。
受保護的屬性 Item(ConfigurationProperty) 取得或設定此組態項目的屬性 (Property) 或屬性 (Attribute)。 (繼承自 ConfigurationElement)。
受保護的屬性 Item(String) 取得或設定此一組態項目的屬性或子項目。 (繼承自 ConfigurationElement)。
公用屬性 LockAllAttributesExcept 取得已鎖定屬性的集合。 (繼承自 ConfigurationElement)。
公用屬性 LockAllElementsExcept 取得已鎖定項目的集合。 (繼承自 ConfigurationElement)。
公用屬性 LockAttributes 取得已鎖定屬性的集合。 (繼承自 ConfigurationElement)。
公用屬性 LockElements 取得已鎖定項目的集合。 (繼承自 ConfigurationElement)。
公用屬性 LockItem 取得或設定值,指出此項目是否已被鎖定。 (繼承自 ConfigurationElement)。
受保護的屬性 Properties 取得屬性的集合。 (繼承自 ConfigurationElement)。
公用屬性 SectionInformation 取得 SectionInformation 物件,該物件包含 ConfigurationSection 物件之不可自訂的資訊和功能。 (繼承自 ConfigurationSection)。

回頁首

方法

  名稱 描述
受保護的方法 DeserializeElement 從組態檔讀取 XML。 (繼承自 ConfigurationElement)。
受保護的方法 DeserializeSection 基礎架構。 從組態檔讀取 XML。 (繼承自 ConfigurationSection)。
公用方法 Equals 將目前的 ConfigurationElement 執行個體與指定的物件相比較。 (繼承自 ConfigurationElement)。
公用方法 GetHashCode 取得表示目前 ConfigurationElement 執行個體的唯一值。 (繼承自 ConfigurationElement)。
受保護的方法 GetRuntimeObject 在衍生類別中覆寫時,傳回自訂物件。 (繼承自 ConfigurationSection)。
公用方法 GetType 取得目前實例 Type 的屬性。 (繼承自 Object)。
受保護的方法 Init ConfigurationElement 物件設定為它的初始狀態。 (繼承自 ConfigurationElement)。
受保護的方法 InitializeDefault 用來初始化 ConfigurationElement 物件的預設值集。 (繼承自 ConfigurationElement)。
受保護的方法 IsModified 在衍生類別中進行實作時,指出這個組態項目自上次儲存或載入後是否已修改。 (繼承自 ConfigurationSection)。
公用方法 IsReadOnly 取得值,這個值表示 ConfigurationElement 物件是否唯讀。 (繼承自 ConfigurationElement)。
受保護的方法 Reset 重設 ConfigurationElement 物件的內部狀態,包括鎖定和屬性的集合。 (繼承自 ConfigurationElement)。
受保護的方法 ResetModified 在衍生類別中進行實作時,將 IsModified 方法的值重設為 false。 (繼承自 ConfigurationSection)。
受保護的方法 SerializeElement 在衍生類別中實作時,將此組態項目的內容寫入組態檔中。 (繼承自 ConfigurationElement)。
受保護的方法 SerializeSection 基礎架構。 建立 XML 字串,在該字串的單一區段中,包含了要寫入檔案之 ConfigurationSection 物件的取消合併檢視。 (繼承自 ConfigurationSection)。
受保護的方法 SerializeToXmlElement 在衍生類別中實作時,將此組態項目的外部標記寫入組態檔中。 (繼承自 ConfigurationElement)。
受保護的方法 SetReadOnly 設定 ConfigurationElement 物件和所有子項目的 IsReadOnly 屬性。 (繼承自 ConfigurationElement)。
公用方法 ToString 傳回代表目前物件的字串。 (繼承自 Object)。
受保護的方法 Unmerge 修改 ConfigurationElement 物件,以移除不應該儲存的所有值。 (繼承自 ConfigurationElement)。

回頁首

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.TestTools.UnitTesting 命名空間

其他資源

逐步解說:使用組態檔定義資料來源