This documentation is archived and is not being maintained.

IProcessGuidance::Launch Method (String, String, array<String>)

Launches the process guidance document for the specified project with the specified document path.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

void Launch(
	String^ projectName, 
	String^ documentPath, 
	... array<String^>^ alternativeDocumentPaths
)

Parameters

projectName
Type: System::String

The name of the project owning the process guidance document to launch.

documentPath
Type: System::String

The path to the document to launch.

alternativeDocumentPaths
Type: array<System::String>

Alternative document paths to try if documentPath is invalid.

Show: