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.String

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

  • documentPath
    Type: System.String

    The path to the document to launch.

.NET Framework Security

See Also

Reference

IProcessGuidance Interface

Launch Overload

Microsoft.TeamFoundation.Common Namespace