This documentation is archived and is not being maintained.
IProcessGuidance::Launch Method (String, String, array<String>)
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: