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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。