This documentation is archived and is not being maintained.
Project Class
Visual Studio 2013
Represents a work item tracking project.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The Project type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AreaRootNodes | Gets the collection of area root nodes. |
![]() | Categories | Gets the collection of work item type categories that belong to this project. |
![]() | HasWorkItemReadRights | Checks whether the current user has read rights to work items on this project. |
![]() | HasWorkItemReadRightsRecursive | Checks whether the current user has read rights to work items on this project and subprojects. |
![]() | HasWorkItemWriteRights | Checks whether the current user has write rights to work items on this project. |
![]() | HasWorkItemWriteRightsRecursive | Checks whether the current user has write rights to work items on this project and subprojects. |
![]() | Id | Gets the ID of this project. |
![]() | IterationRootNodes | Gets the collection of iteration root nodes. |
![]() | Name | Gets the name of this project. |
![]() | QueryHierarchy | Gets the collection of query items that is associated with this project. |
![]() | Store | Gets the WorkItemStore instance that is associated with this project. |
![]() | StoredQueries | Obsolete. Gets the collection of stored queries that is associated with this project. |
![]() | Uri | Gets the URI of this project. |
![]() | WorkItemTypes | Gets a collection of WorkItemType objects that belong to this project. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FindNodeInSubTree(Int32) | Gets a node in the subtree of this project based on the specified ID. |
![]() | FindNodeInSubTree(String, Node::TreeType) | Gets a node in the subtree of this project based on the specified path. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
