Compartilhar via


Interface ITestVariableValue

 

Representa um valor possível para uma variável de teste.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

public interface ITestVariableValue : IDataErrorInfo
public interface class ITestVariableValue : IDataErrorInfo
type ITestVariableValue = 
    interface
        interface IDataErrorInfo
    end
Public Interface ITestVariableValue
    Inherits IDataErrorInfo

Propriedades

Nome Descrição
System_CAPS_pubproperty Error

(herdado de IDataErrorInfo.)

System_CAPS_pubproperty Item[String]

(herdado de IDataErrorInfo.)

System_CAPS_pubproperty Value

Obtém ou define o valor da variável teste associada.

Consulte também

IDataErrorInfo
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo