Propriedade ITestVariable.AllowedValues
Obtém uma coleção de valores permitidos para essa variável.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
ReadOnly Property AllowedValues As ObservableCollection(Of ITestVariableValue)
ObservableCollection<ITestVariableValue> AllowedValues { get; }
property ObservableCollection<ITestVariableValue^>^ AllowedValues {
ObservableCollection<ITestVariableValue^>^ get ();
}
abstract AllowedValues : ObservableCollection<ITestVariableValue> with get
function get AllowedValues () : ObservableCollection<ITestVariableValue>
Valor de propriedade
Tipo: System.Collections.ObjectModel.ObservableCollection<ITestVariableValue>
Uma coleção de valores permitidos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.