TcmContext 建構函式 (Uri, String, Int32)
使用所提供的伺服器統一資源識別元 (URI)、專案名稱和測試回合 ID,初始化新的 TcmContext 類別執行個體。
命名空間: Microsoft.VisualStudio.TestTools.Common
組件: Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
語法
'宣告
Public Sub New ( _
teamFoundationServerUri As Uri, _
teamProjectName As String, _
testRunId As Integer _
)
public TcmContext(
Uri teamFoundationServerUri,
string teamProjectName,
int testRunId
)
public:
TcmContext(
Uri^ teamFoundationServerUri,
String^ teamProjectName,
int testRunId
)
new :
teamFoundationServerUri:Uri *
teamProjectName:string *
testRunId:int -> TcmContext
public function TcmContext(
teamFoundationServerUri : Uri,
teamProjectName : String,
testRunId : int
)
參數
- teamFoundationServerUri
型別:System.Uri
Team Foundation Server 的 URI。
- teamProjectName
型別:System.String
Team 專案的名稱。
- testRunId
型別:System.Int32
測試回合的數值 ID。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。