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.
Interface for a build group item on the server that is running Team Foundation Build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Interface IBuildGroupItem
public interface IBuildGroupItem
public interface class IBuildGroupItem
type IBuildGroupItem = interface end
public interface IBuildGroupItem
The IBuildGroupItem type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
FullPath | Gets the full path of this build group item. |
![]() |
Name | Gets or sets the name of this build group item. |
![]() |
TeamProject | Gets the team project that owns this build group item. |
![]() |
Uri | Gets the uniform resource identifier (URI) of this build group item. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Refresh | Refreshes this build group item by getting current property values from the build server. |
Top
.gif)
.gif)