TestExecutionSection 類別
表示 app.config 組態檔之執行區段的組態設定。
繼承階層架構
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
Microsoft.VisualStudio.TestTools.Execution.TestExecutionSection
命名空間: Microsoft.VisualStudio.TestTools.Execution
組件: Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)
語法
'宣告
Public Class TestExecutionSection _
Inherits ConfigurationSection
public class TestExecutionSection : ConfigurationSection
public ref class TestExecutionSection : public ConfigurationSection
type TestExecutionSection =
class
inherit ConfigurationSection
end
public class TestExecutionSection extends ConfigurationSection
TestExecutionSection 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
TestExecutionSection | 初始化 TestExecutionSection 類別的新執行個體。 |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
ElementInformation | 取得 ElementInformation 物件,其中包含 ConfigurationElement 物件之不可自訂的資訊和功能。 (繼承自 ConfigurationElement)。 | |
ElementProperty | 取得表示 ConfigurationElement 物件本身的 ConfigurationElementProperty 物件。 (繼承自 ConfigurationElement)。 | |
EvaluationContext | 取得 ConfigurationElement 物件的 ContextInformation 物件。 (繼承自 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) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。