Condividi tramite


Proprietà LoadTestContext.Keys

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

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)
public ICollection<string> Keys { get; }
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get () sealed;
}
abstract Keys : ICollection<string> with get 
override Keys : ICollection<string> with get
final function get Keys () : ICollection<String>

Valore proprietà

Tipo: ICollection<String>
Interfaccia ICollection generica che contiene le chiavi dell'oggetto LoadTestContext.

Implementa

IDictionary.Keys

Note

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LoadTestContext Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting