Sdílet prostřednictvím


TestRunConfiguration.GetTestElementTimeout – metoda

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: Int32

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestRunConfiguration Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů