Edit

TestCaseResultIdentifier Constructors

Definition

Overloads

TestCaseResultIdentifier()

public TestCaseResultIdentifier();
Public Sub New ()

Applies to

TestCaseResultIdentifier(ISecuredObject)

public TestCaseResultIdentifier(Microsoft.VisualStudio.Services.WebApi.ISecuredObject securedObject);
new Microsoft.TeamFoundation.TestManagement.WebApi.TestCaseResultIdentifier : Microsoft.VisualStudio.Services.WebApi.ISecuredObject -> Microsoft.TeamFoundation.TestManagement.WebApi.TestCaseResultIdentifier
Public Sub New (securedObject As ISecuredObject)

Parameters

securedObject
Microsoft.VisualStudio.Services.WebApi.ISecuredObject

Applies to

TestCaseResultIdentifier(Int32, Int32)

public TestCaseResultIdentifier(int runId, int resultId);
new Microsoft.TeamFoundation.TestManagement.WebApi.TestCaseResultIdentifier : int * int -> Microsoft.TeamFoundation.TestManagement.WebApi.TestCaseResultIdentifier
Public Sub New (runId As Integer, resultId As Integer)

Parameters

runId
Int32
resultId
Int32

Applies to