Udostępnij za pośrednictwem


ItemFieldDictionary.Keys Property

Gets a collection of the keys that are contained in the ItemFieldDictionary collection.

Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)

Syntax

'Declaration
Public ReadOnly Property Keys As ICollection(Of UInteger)
'Usage
Dim instance As ItemFieldDictionary
Dim value As ICollection(Of UInteger)

value = instance.Keys
public ICollection<uint> Keys { get; }
public:
virtual property ICollection<unsigned int>^ Keys {
    ICollection<unsigned int>^ get () sealed;
}
/** @property */
public final ICollection<UInt32> get_Keys ()
public final function get Keys () : ICollection<uint>

Property Value

A collection of the keys that are contained in the ItemFieldDictionary collection.

See Also

Reference

ItemFieldDictionary Class
ItemFieldDictionary Members
Microsoft.Synchronization.SimpleProviders Namespace