Represents a work item tracking project.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Client.Project
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
声明
Public NotInheritable Class Project
public sealed class Project
public ref class Project sealed
[<Sealed>]
type Project =  class end
public final class Project
The Project type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | AreaRootNodes | Gets the collection of area root nodes. | 
| .gif) | Categories | Gets the collection of work item type categories that belong to this project. | 
| .gif) | HasWorkItemReadRights | Checks whether the current user has read rights to work items on this project. | 
| .gif) | HasWorkItemReadRightsRecursive | Checks whether the current user has read rights to work items on this project and subprojects. | 
| .gif) | HasWorkItemWriteRights | Checks whether the current user has write rights to work items on this project. | 
| .gif) | HasWorkItemWriteRightsRecursive | Checks whether the current user has write rights to work items on this project and subprojects. | 
| .gif) | Id | Gets the ID of this project. | 
| .gif) | IterationRootNodes | Gets the collection of iteration root nodes. | 
| .gif) | Name | Gets the name of this project. | 
| .gif) | QueryHierarchy | Gets the collection of query items that is associated with this project. | 
| .gif) | Store | Gets the WorkItemStore instance that is associated with this project. | 
| .gif) | StoredQueries | Obsolete. Gets the collection of stored queries that is associated with this project. | 
| .gif) | Uri | Gets the URI of this project. | 
| .gif) | WorkItemTypes | Gets a collection of WorkItemType objects that belong to this project. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | FindNodeInSubTree(Int32) | Gets a node in the subtree of this project based on the specified ID. | 
| .gif) | FindNodeInSubTree(String, Node.TreeType) | Gets a node in the subtree of this project based on the specified path. | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.