PropertiesCollection.Keys Property
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public ReadOnly Property Keys As Dictionary(Of T).KeyCollection
public Dictionary<T>.KeyCollection Keys { get; }
public:
property Dictionary<T>::KeyCollection^ Keys {
Dictionary<T>::KeyCollection^ get ();
}
member Keys : Dictionary<T>.KeyCollection with get
function get Keys () : Dictionary<TKey, TValue>.KeyCollection
Property Value
Type: System.Collections.Generic.Dictionary<TKey, TValue>.KeyCollection
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.