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)
Syntax
'Declaration
Sub Launch ( _
projectName As String, _
documentPath As String _
)
void Launch(
string projectName,
string documentPath
)
void Launch(
String^ projectName,
String^ documentPath
)
abstract Launch :
projectName:string *
documentPath:string -> unit
function Launch(
projectName : String,
documentPath : String
)
Parameters
projectName
Type: System.StringThe name of the project owning the process guidance document to launch.
documentPath
Type: System.StringThe path to the document to launch.
.NET Framework Security
- 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.