共用方式為


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。
  • testRunId
    型別:System.Int32
    測試回合的數值 ID。

.NET Framework 安全性

請參閱

參考

TcmContext 類別

TcmContext 多載

Microsoft.VisualStudio.TestTools.Common 命名空間