Condividi tramite


Proprietà ITestVariable.AllowedValues

Ottiene una raccolta di valori consentiti per questa variabile.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

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

Valore proprietà

Tipo: System.Collections.ObjectModel.ObservableCollection<ITestVariableValue>
Una raccolta di valori consentiti.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestVariable Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ObservableCollection<T>