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
声明
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 | |
|---|---|---|
| .gif) | FullPath | Gets the full path of this build group item. | 
| .gif) | Name | Gets or sets the name of this build group item. | 
| .gif) | TeamProject | Gets the team project that owns this build group item. | 
| .gif) | Uri | Gets the uniform resource identifier (URI) of this build group item. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Refresh | Refreshes this build group item by getting current property values from the build server. | 
Top