TestRunConfiguration.GetTestElementTimeout Method
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Function GetTestElementTimeout ( _
test As ITestElement _
) As Integer
public int GetTestElementTimeout(
ITestElement test
)
public:
int GetTestElementTimeout(
ITestElement^ test
)
member GetTestElementTimeout :
test:ITestElement -> int
public function GetTestElementTimeout(
test : ITestElement
) : int
Parameters
Return Value
Type: Int32
.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.