Interface for an ExternalLink type of IBuildInformationNode.
To obtain an IExternalLink, use the InformationNodeConverters class.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IExternalLink
public interface IExternalLink
public interface class IExternalLink
type IExternalLink =  interface end
public interface IExternalLink
The IExternalLink type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | DisplayText | Gets or sets the text to display for the external link. | 
| .gif) | Node | Gets the underlying IBuildInformationNode. | 
| .gif) | Url | Gets or sets the external link uniform resource identifier (URI). | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Save | Saves the build project to the server. | 
Top