Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.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.
.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.