TestRunConfiguration.GetTestElementTimeout(ITestElement) Method

Definition

public:
 int GetTestElementTimeout(Microsoft::VisualStudio::TestTools::Common::ITestElement ^ test);
public int GetTestElementTimeout (Microsoft.VisualStudio.TestTools.Common.ITestElement test);
member this.GetTestElementTimeout : Microsoft.VisualStudio.TestTools.Common.ITestElement -> int
Public Function GetTestElementTimeout (test As ITestElement) As Integer

Parameters

Returns

Applies to