Dela via


ItemFieldDictionary.ContainsKey Method

Indicates whether the ItemFieldDictionary collection contains an ItemField object with the specified key.

Namespace:  Microsoft.Synchronization.SimpleProviders
Assembly:  Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)

Syntax

'Declaration
Public Function ContainsKey ( _
    key As UInteger _
) As Boolean
'Usage
Dim instance As ItemFieldDictionary
Dim key As UInteger
Dim returnValue As Boolean

returnValue = instance.ContainsKey(key)
public bool ContainsKey(
    uint key
)
public:
virtual bool ContainsKey(
    unsigned int key
) sealed
abstract ContainsKey : 
        key:uint32 -> bool 
override ContainsKey : 
        key:uint32 -> bool 
public final function ContainsKey(
    key : uint
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the ItemField object with the specified key exists in the ItemFieldDictionary collection; otherwise false.

Implements

IDictionary<TKey, TValue>.ContainsKey(TKey)

See Also

Reference

ItemFieldDictionary Class

Microsoft.Synchronization.SimpleProviders Namespace