Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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)