TcmContext Constructor (Uri, String, Int32, String)
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub New ( _
teamFoundationServerUri As Uri, _
teamProjectName As String, _
testRunId As Integer, _
buildDirectory As String _
)
public TcmContext(
Uri teamFoundationServerUri,
string teamProjectName,
int testRunId,
string buildDirectory
)
public:
TcmContext(
Uri^ teamFoundationServerUri,
String^ teamProjectName,
int testRunId,
String^ buildDirectory
)
new :
teamFoundationServerUri:Uri *
teamProjectName:string *
testRunId:int *
buildDirectory:string -> TcmContext
public function TcmContext(
teamFoundationServerUri : Uri,
teamProjectName : String,
testRunId : int,
buildDirectory : String
)
Parameters
- teamFoundationServerUri
Type: Uri
- teamProjectName
Type: String
- testRunId
Type: Int32
- buildDirectory
Type: String
.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.