TestConfigurationSection 類別
提供對資料來源組態資料的存取。
繼承階層架構
System.Object
System.Configuration.ConfigurationElement
System.Configuration.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)。 |
回頁首
方法
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。
請參閱
參考
Microsoft.VisualStudio.TestTools.UnitTesting 命名空間