QueryDefinition 類別
表示查詢。
繼承階層架構
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Client.QueryItem
Microsoft.TeamFoundation.WorkItemTracking.Client.QueryDefinition
命名空間: Microsoft.TeamFoundation.WorkItemTracking.Client
組件: Microsoft.TeamFoundation.WorkItemTracking.Client (在 Microsoft.TeamFoundation.WorkItemTracking.Client.dll 中)
語法
'宣告
Public NotInheritable Class QueryDefinition _
Inherits QueryItem
public sealed class QueryDefinition : QueryItem
QueryDefinition 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
QueryDefinition(String, String) | 初始化的新執行個體。QueryDefinition | |
QueryDefinition(String, String, QueryFolder) | 初始化的新執行個體。QueryDefinition |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
AccessControlList | 取得查詢項目的存取控制清單 (ACL)。 (繼承自 QueryItem)。 | |
AccessControlListMetadata | (繼承自 QueryItem)。 | |
CanManagePermissions | (繼承自 QueryItem)。 | |
Id | 取得此查詢項目識別項。 (繼承自 QueryItem)。 | |
IsDeleted | 取得描述的旗標該項目是否是個人查詢或資料夾。 (繼承自 QueryItem)。 | |
IsDirty | 取得描述的旗標這個查詢項目是否需要儲存。 (繼承自 QueryItem)。 | |
IsNew | 傳回" true ",則查詢項目儲存在伺服器上, " false ",如果是尚未儲存的" new "查詢項目。 (繼承自 QueryItem)。 | |
IsPersonal | 取得描述的旗標該項目是否是個人查詢或資料夾。 (繼承自 QueryItem)。 | |
Name | 取得或設定這個查詢項目的名稱。 (繼承自 QueryItem)。 | |
OwnerDescriptor | 取得或設定查詢項目的擁有者的識別 (Identity) 描述項。 (繼承自 QueryItem)。 | |
Parent | 取得的父代 (Parent) 查詢資料夾。 (繼承自 QueryItem)。 | |
Path | 取得此查詢項目的完整路徑。 (繼承自 QueryItem)。 | |
Project | 取得此查詢項目相關聯的專案。 (繼承自 QueryItem)。 | |
QueryText | 取得或設定查詢文字。 | |
QueryType | 取得此查詢類型。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Delete | 從集合中移除項目。 (繼承自 QueryItem)。 | |
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
GetHashCode | 做為特定型別的雜湊函式。 (繼承自 Object)。 | |
GetQueryType | 從指定的文字取得查詢型別。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
ResetDirty | (覆寫 QueryItem.ResetDirty()。) | |
ResetInternal | (覆寫 QueryItem.ResetInternal()。) | |
ToString | 傳回完整的路徑加入至查詢項目。 (繼承自 QueryItem)。 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。