This documentation is archived and is not being maintained.
QueryFolder Class
Visual Studio 2013
Represents a folder in a team project that can contain QueryDefinitions and other QueryFolders.
System::Object
Microsoft.TeamFoundation.WorkItemTracking.Client::QueryItem
Microsoft.TeamFoundation.WorkItemTracking.Client::QueryFolder
Microsoft.TeamFoundation.WorkItemTracking.Client::QueryHierarchy
Microsoft.TeamFoundation.WorkItemTracking.Client::QueryItem
Microsoft.TeamFoundation.WorkItemTracking.Client::QueryFolder
Microsoft.TeamFoundation.WorkItemTracking.Client::QueryHierarchy
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The QueryFolder type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | QueryFolder(String) | Initializes a new QueryFolder instance. |
![]() | QueryFolder(String, QueryFolder) | Initializes a new QueryFolder instance. |
| Name | Description | |
|---|---|---|
![]() | AccessControlList | Gets the access control list for the query item. (Inherited from QueryItem.) |
![]() | Count | Gets the number of items in this folder. This count is not recursive. |
![]() | Id | Gets the identifier of this query item. (Inherited from QueryItem.) |
![]() | IsDeleted | Gets a flag describing whether this item is a personal query or folder. (Inherited from QueryItem.) |
![]() | IsDirty | Gets a flag describing whether this query item needs to be saved. (Inherited from QueryItem.) |
![]() | IsNew | Returns 'true' if this query item is stored on the server, 'false' if it is a 'new' query item that has not been saved. (Inherited from QueryItem.) |
![]() | IsPersonal | Gets a flag describing whether this item is a personal query or folder. (Inherited from QueryItem.) |
![]() | Item[Guid] | Gets the query item in this folder with the specified GUID. |
![]() | Item[String] | Gets the query item in this folder with the specified name. |
![]() | Name | Gets or sets the name of this query item. (Inherited from QueryItem.) |
![]() | OwnerDescriptor | Gets or sets the identity descriptor of the owner of the query item. (Inherited from QueryItem.) |
![]() | Parent | Gets the parent query folder. (Inherited from QueryItem.) |
![]() | Path | Gets the fully qualified path of this query item. (Inherited from QueryItem.) |
![]() | Project | Gets the project to which this query item is associated. (Inherited from QueryItem.) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds the specified query item to this folder. |
![]() | Contains(Guid) | Checks whether the specified query item exists in this query folder. |
![]() | Contains(String) | Checks whether the specified query item exists in this query folder. |
![]() | Contains(QueryItem) | Checks whether the specified query item exists in this query folder. |
![]() | Delete | Removes this item from the collection. (Inherited from QueryItem.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified path to this query item. (Inherited from QueryItem.) |
| Name | Description | |
|---|---|---|
![]() | ChangesCommitted | This event is fired when the content change of the folder is committed to the server. |
![]() | ContentsChanged | This event is fired when the contents of the folder change. |
Show:
