Compartilhar via


Interface ITestVariable

 

Representa um nome de variável que é usado em configurações de teste e seus valores possíveis.

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

Sintaxe

public interface ITestVariable : IIdentifiable<int>, INotifyPropertyChanged
public interface class ITestVariable : IIdentifiable<int>, INotifyPropertyChanged
type ITestVariable = 
    interface
        interface IIdentifiable<int>
        interface INotifyPropertyChanged
    end
Public Interface ITestVariable
    Inherits IIdentifiable(Of Integer), INotifyPropertyChanged

Propriedades

Nome Descrição
System_CAPS_pubproperty AllowedValues

Obtém uma coleção de valores permitidos para essa variável.

System_CAPS_pubproperty Description

Obtém ou define a descrição para esta variável.

System_CAPS_pubproperty Id

Obtém o identificador.(herdado de IIdentifiable<TKey>.)

System_CAPS_pubproperty Name

Obtém o nome exclusivo para essa variável.

System_CAPS_pubproperty Revision

Obtém o número de revisão para controle de simultaneidade.

Métodos

Nome Descrição
System_CAPS_pubmethod Delete()

Remove essa variável do servidor.

System_CAPS_pubmethod Refresh()

Atualiza a variável, usando os novos dados do servidor.

System_CAPS_pubmethod Save()

Grava a variável nova ou atualizada para o servidor.

Eventos

Nome Descrição
System_CAPS_pubevent PropertyChanged

(herdado de INotifyPropertyChanged.)

Consulte também

INotifyPropertyChanged
ITestConfiguration
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo