Condividi tramite


Proprietà LoadTestUserContext.Keys

Ottiene un'interfaccia ICollection che contiene le chiavi degli elementi LoadTestUserContext.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Keys As ICollection(Of String)
    Get
public ICollection<string> Keys { get; }
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get () sealed;
}
abstract Keys : ICollection<string>
override Keys : ICollection<string>
final function get Keys () : ICollection<String>

Valore proprietà

Tipo: System.Collections.Generic.ICollection<String>
Interfaccia ICollection generica che contiene le chiavi dell'oggetto LoadTestUserContext.

Implementa

IDictionary<TKey, TValue>.Keys

Note

L'ordine delle chiavi nell'interfaccia ICollection generica restituita non è specificato, ma è comunque uguale all'ordine dei valori corrispondenti negli elementi ICollection Generic restituiti dalla proprietà Values.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LoadTestUserContext Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting