QueryFolder 類別
表示可包含 QueryDefinition和其他 QueryFolders 的 Team 專案的資料夾。
繼承階層架構
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Client.QueryItem
Microsoft.TeamFoundation.WorkItemTracking.Client.QueryFolder
Microsoft.TeamFoundation.WorkItemTracking.Client.QueryHierarchy
命名空間: Microsoft.TeamFoundation.WorkItemTracking.Client
組件: Microsoft.TeamFoundation.WorkItemTracking.Client (在 Microsoft.TeamFoundation.WorkItemTracking.Client.dll 中)
語法
'宣告
Public Class QueryFolder _
Inherits QueryItem _
Implements IEnumerable(Of QueryItem), IEnumerable
public class QueryFolder : QueryItem,
IEnumerable<QueryItem>, IEnumerable
QueryFolder 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
QueryFolder(String) | 初始化的新執行個體。QueryFolder | |
QueryFolder(String, QueryFolder) | 初始化的新執行個體。QueryFolder |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
AccessControlList | 取得查詢項目的存取控制清單 (ACL)。 (繼承自 QueryItem)。 | |
AccessControlListMetadata | (繼承自 QueryItem)。 | |
CanManagePermissions | (繼承自 QueryItem)。 | |
Count | 取得項目的數目在資料夾中。這個計數不是遞迴的。 | |
Id | 取得此查詢項目識別項。 (繼承自 QueryItem)。 | |
IsDeleted | 取得描述的旗標該項目是否是個人查詢或資料夾。 (繼承自 QueryItem)。 | |
IsDirty | 取得描述的旗標這個查詢項目是否需要儲存。 (繼承自 QueryItem)。 | |
IsNew | 傳回" true ",則查詢項目儲存在伺服器上, " false ",如果是尚未儲存的" new "查詢項目。 (繼承自 QueryItem)。 | |
IsPersonal | 取得描述的旗標該項目是否是個人查詢或資料夾。 (繼承自 QueryItem)。 | |
IsRootNode | ||
Item[Guid] | 取得在這個資料夾中的查詢項目與指定的 GUID。 | |
Item[String] | 取得在這個資料夾中的查詢項目具有指定的名稱。 | |
Name | 取得或設定這個查詢項目的名稱。 (繼承自 QueryItem)。 | |
OwnerDescriptor | 取得或設定查詢項目的擁有者的識別 (Identity) 描述項。 (繼承自 QueryItem)。 | |
Parent | 取得的父代 (Parent) 查詢資料夾。 (繼承自 QueryItem)。 | |
Path | 取得此查詢項目的完整路徑。 (繼承自 QueryItem)。 | |
Project | 取得此查詢項目相關聯的專案。 (繼承自 QueryItem)。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Add | 將指定的查詢項目加入至資料夾。 | |
Contains(Guid) | 檢查指定的查詢項目是否存在於這個查詢資料夾。 | |
Contains(String) | 檢查指定的查詢項目是否存在於這個查詢資料夾。 | |
Contains(QueryItem) | 檢查指定的查詢項目是否存在於這個查詢資料夾。 | |
Delete | 從集合中移除項目。 (繼承自 QueryItem)。 | |
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
Finalize | 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。 | |
GetHashCode | 做為特定型別的雜湊函式。 (繼承自 Object)。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
MemberwiseClone | 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。 | |
ResetDirty | (繼承自 QueryItem)。 | |
ResetInternal | (覆寫 QueryItem.ResetInternal()。) | |
ToString | 傳回完整的路徑加入至查詢項目。 (繼承自 QueryItem)。 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
ChangesCommitted | 在這個資料夾的內容變更認可到伺服器時,會引發事件。 | |
ContentsChanged | 在該資料夾的內容變更時,這個事件引發。 |
回頁首
欄位
名稱 | 說明 | |
---|---|---|
m_lock | (繼承自 QueryItem)。 |
回頁首
明確介面實作
名稱 | 說明 | |
---|---|---|
IEnumerable<QueryItem>.GetEnumerator | ||
IEnumerable.GetEnumerator |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。