Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines methods for working with the common structures Areas and Iterations.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Interface ICommonStructureService
public interface ICommonStructureService
public interface class ICommonStructureService
type ICommonStructureService = interface end
public interface ICommonStructureService
The ICommonStructureService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
ClearProjectInfoCache | |
![]() |
CreateNode | |
![]() |
CreateProject | Creates nodes in the common structure service for a new team project. |
![]() |
DeleteBranches | |
![]() |
DeleteProject | |
![]() |
GetChangedNodes | |
![]() |
GetDeletedNodesXml | |
![]() |
GetNode | |
![]() |
GetNodeFromPath | |
![]() |
GetNodesXml | |
![]() |
GetProject | |
![]() |
GetProjectFromName | |
![]() |
GetProjectProperties | |
![]() |
ListAllProjects | |
![]() |
ListProjects | |
![]() |
ListStructures | |
![]() |
MoveBranch | |
![]() |
RenameNode | |
![]() |
ReorderNode | |
![]() |
UpdateProjectProperties |
Top
Remarks
A common structure in Team Foundation is a tree of similarly typed nodes that exists in the context of a team project. The only types of common structures that are supported are areas and iterations.
.gif)