IExternalLink, interface
Interface pour un type d'ExternalLink d'IBuildInformationNode.
Pour obtenir un IExternalLink, utilisez la classe d'InformationNodeConverters.
Espace de noms : Microsoft.TeamFoundation.Build.Client
Assembly : Microsoft.TeamFoundation.Build.Client (dans Microsoft.TeamFoundation.Build.Client.dll)
Syntaxe
'Déclaration
Public Interface IExternalLink
public interface IExternalLink
Le type IExternalLink expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
DisplayText | Obtient ou définit le texte à afficher pour le lien externe. | |
Node | Obtient l'IBuildInformationNode sous-jacent. | |
Url | Obtient ou définit l'URI (URI) de lien externe. |
Début
Méthodes
Nom | Description | |
---|---|---|
Save | Enregistre le projet de build au serveur. |
Début