Share via


PropertiesCollection.IDictionary<String, Object>.Keys Property

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Private ReadOnly Property Keys As ICollection(Of String)
    Implements IDictionary(Of String, Object).Keys
ICollection<string> IDictionary<string, Object>.Keys { get; }
private:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get () sealed = IDictionary<String^, Object^>::Keys::get;
}
private abstract Keys : ICollection<string> with get 
private override Keys : ICollection<string> with get
JScript does not support explicit interface implementations.

Property Value

Type: System.Collections.Generic.ICollection<String>

Implements

IDictionary<TKey, TValue>.Keys

.NET Framework Security

See Also

Reference

PropertiesCollection Class

Microsoft.VisualStudio.Services.WebApi Namespace