This documentation is archived and is not being maintained.

IProcessGuidance::Launch Method (String, 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
)

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.

Show: