IProcessGuidance.Launch 方法 (String, String)
生成过程指南用于的指定项目文档指定文档路径。
命名空间: Microsoft.TeamFoundation.Common
程序集: Microsoft.VisualStudio.TeamFoundation.Client(在 Microsoft.VisualStudio.TeamFoundation.Client.dll 中)
语法
声明
Sub Launch ( _
projectName As String, _
documentPath As String _
)
void Launch(
string projectName,
string documentPath
)
参数
- projectName
类型:System.String
拥有过程指南的项目的名称文档生成。
- documentPath
类型:System.String
生成文档的路径。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。