TestExecutionSection 類別
表示 app.config 組態檔之執行區段的組態設定。
繼承階層架構
Object
ConfigurationElement
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)。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
DeserializeElement | 讀取 app.config 檔案,並使用檔案之測試執行區段中的值填入此物件的屬性。 (覆寫 ConfigurationElement.DeserializeElement(XmlReader, Boolean)。) | |
DeserializeSection | 基礎架構。 從組態檔讀取 XML。 (繼承自 ConfigurationSection)。 | |
Equals | 將目前的 ConfigurationElement 執行個體與指定的物件相比較。 (繼承自 ConfigurationElement)。 | |
Finalize | 在記憶體回收開始前,允許物件嘗試釋放資源,並執行其他清除作業。 (繼承自 Object)。 | |
GetHashCode | 取得表示目前 ConfigurationElement 執行個體的唯一值。 (繼承自 ConfigurationElement)。 | |
GetRuntimeObject | 在衍生類別中覆寫時,傳回自訂物件。 (繼承自 ConfigurationSection)。 | |
GetType | 取得目前實例 Type 的屬性。 (繼承自 Object)。 | |
Init | 將 ConfigurationElement 物件設定為它的初始狀態。 (繼承自 ConfigurationElement)。 | |
InitializeDefault | 用來初始化 ConfigurationElement 物件的預設值集。 (繼承自 ConfigurationElement)。 | |
IsModified | 在衍生類別中進行實作時,指出這個組態項目自上次儲存或載入後是否已修改。 (繼承自 ConfigurationSection)。 | |
IsReadOnly | 取得值,這個值表示 ConfigurationElement 物件是否唯讀。 (繼承自 ConfigurationElement)。 | |
ListErrors | 將這個 ConfigurationElement 物件中和所有子項目中的無效屬性錯誤加入傳遞的清單。 (繼承自 ConfigurationElement)。 | |
MemberwiseClone | 建立目前 Object 的淺層複製 (Shallow Copy) 。 (繼承自 Object)。 | |
OnDeserializeUnrecognizedAttribute | 取得值,指出在還原序列化程序中是否遇到未知的屬性 (Attribute)。 (繼承自 ConfigurationElement)。 | |
OnDeserializeUnrecognizedElement | 取得值,指出在還原序列化程序中是否遇到未知的項目。 (繼承自 ConfigurationElement)。 | |
OnRequiredPropertyNotFound | 在找不到必要的屬性時擲回例外狀況 (Exception)。 (繼承自 ConfigurationElement)。 | |
PostDeserialize | 還原序列化之後呼叫。 (繼承自 ConfigurationElement)。 | |
PreSerialize | 序列化之前呼叫。 (繼承自 ConfigurationElement)。 | |
Reset | 重設 ConfigurationElement 物件的內部狀態,包括鎖定和屬性的集合。 (繼承自 ConfigurationElement)。 | |
ResetModified | 在衍生類別中進行實作時,將 IsModified 方法的值重設為 false。 (繼承自 ConfigurationSection)。 | |
SerializeElement | 讀取 app.config 檔案,並使用檔案之測試執行區段中的值填入此物件的屬性。 (覆寫 ConfigurationElement.SerializeElement(XmlWriter, Boolean)。) | |
SerializeSection | 基礎架構。 建立 XML 字串,在該字串的單一區段中,包含了要寫入檔案之 ConfigurationSection 物件的取消合併檢視。 (繼承自 ConfigurationSection)。 | |
SerializeToXmlElement | 將設定序列化至提供的 XML 項目名稱。 (覆寫 ConfigurationElement.SerializeToXmlElement(XmlWriter, String)。) | |
SetPropertyValue | 將屬性設定為指定的值。 (繼承自 ConfigurationElement)。 | |
SetReadOnly | 設定 ConfigurationElement 物件和所有子項目的 IsReadOnly 屬性。 (繼承自 ConfigurationElement)。 | |
ToString | 傳回代表目前物件的字串。 (繼承自 Object)。 | |
Unmerge | 修改 ConfigurationElement 物件,以移除不應該儲存的所有值。 (繼承自 ConfigurationElement)。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。