Partager via


IProcessGuidance.Launch, méthode (String, String, array<String[])

Lance le document de guide de processus pour le projet spécifié par le chemin d'accès du document spécifié.

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

Syntaxe

'Déclaration
Sub Launch ( _
    projectName As String, _
    documentPath As String, _
    ParamArray alternativeDocumentPaths As String() _
)
void Launch(
    string projectName,
    string documentPath,
    params string[] alternativeDocumentPaths
)

Paramètres

  • projectName
    Type : System.String
    Nom du projet possédant le document de guide de processus pour lancer.
  • documentPath
    Type : System.String
    Le chemin d'accès au document à exécuter.
  • alternativeDocumentPaths
    Type : array<System.String[]
    Autres chemins d'accès du document à essayer si documentPath est valide.

Sécurité .NET Framework

Voir aussi

Référence

IProcessGuidance Interface

Launch, surcharge

Microsoft.TeamFoundation.Common, espace de noms