Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- key
Type: System.UInt32
The key of the item field to find.
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)