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 de 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
    Le nom du projet possédant le document de guide de processus pour activer.
  • documentPath
    Type : System.String
    Le chemin d'accès au document à activer.
  • alternativeDocumentPaths
    Type : array<System.String[]
    Autres chemins de document à essayer si documentPath est incorrect.

Sécurité .NET Framework

Voir aussi

Référence

IProcessGuidance Interface

Launch, surcharge

Microsoft.TeamFoundation.Common, espace de noms