Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
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 | |
|---|---|---|
![]() |
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. |
Top
Methods
| 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.) |
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.
.gif)
.gif)