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)
Syntax
'Declaration
Sub Launch ( _
projectName As String, _
documentPath As String, _
ParamArray alternativeDocumentPaths As String() _
)
void Launch(
string projectName,
string documentPath,
params string[] alternativeDocumentPaths
)
void Launch(
String^ projectName,
String^ documentPath,
... array<String^>^ alternativeDocumentPaths
)
abstract Launch :
projectName:string *
documentPath:string *
alternativeDocumentPaths:string[] -> unit
function Launch(
projectName : String,
documentPath : String,
... alternativeDocumentPaths : 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.
alternativeDocumentPaths
Type: array<System.String[]Alternative document paths to try if documentPath is invalid.
.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.