Compartilhar via


Método TestRunConfiguration.GetTestElementTimeout

Retorna o tempo limite especificado para um determinado teste.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Int32
O tempo limite para o teste especificado.

Comentários

Se o objeto de teste não especificar o tempo limite, usará a execução[P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.TestTimeout.]

Segurança do .NET Framework

Consulte também

Referência

TestRunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Common

ITestElement