Partager via


InformationNodeConverters.AddBuildProjectNode, méthode (IBuildInformation, DateTime, String, String, String, String, DateTime, String)

Ajoute un projet à l'objet spécifié les informations de build.N'enregistre pas au serveur.

Espace de noms :  Microsoft.TeamFoundation.Build.Client
Assembly :  Microsoft.TeamFoundation.Build.Client (dans Microsoft.TeamFoundation.Build.Client.dll)

Syntaxe

'Déclaration
<ExtensionAttribute> _
Public Shared Function AddBuildProjectNode ( _
    buildInformation As IBuildInformation, _
    finishTime As DateTime, _
    flavor As String, _
    localPath As String, _
    platform As String, _
    serverPath As String, _
    startTime As DateTime, _
    targetNames As String _
) As IBuildProjectNode
public static IBuildProjectNode AddBuildProjectNode(
    this IBuildInformation buildInformation,
    DateTime finishTime,
    string flavor,
    string localPath,
    string platform,
    string serverPath,
    DateTime startTime,
    string targetNames
)

Paramètres

  • finishTime
    Type : System.DateTime
    L'heure à laquelle le projet a terminé de génération.
  • flavor
    Type : System.String
    La version (paramètre) le projet a été créée pour.
  • localPath
    Type : System.String
    Le chemin d'accès local du fichier projet.
  • platform
    Type : System.String
    La plateforme le projet a été développée pour.
  • serverPath
    Type : System.String
    Le chemin d'accès au serveur du fichier projet.
  • startTime
    Type : System.DateTime
    L'heure à laquelle le projet a été généré.
  • targetNames
    Type : System.String
    Les cibles pour lesquelles le projet a été généré.

Valeur de retour

Type : Microsoft.TeamFoundation.Build.Client.IBuildProjectNode
Nœud de projet.

Remarque sur l'utilisation

En Visual Basic et C#, vous pouvez appeler cette méthode comme une méthode d'instance sur n'importe quel objet de type IBuildInformation. Lorsque vous utilisez la syntaxe des méthodes d'instance pour appeler cette méthode, omettez le premier paramètre. Pour plus d'informations, consultez Méthodes d'extension (Visual Basic) ou Méthodes d'extension (Guide de programmation C#).

Sécurité .NET Framework

Voir aussi

Référence

InformationNodeConverters Classe

AddBuildProjectNode, surcharge

Microsoft.TeamFoundation.Build.Client, espace de noms