ItemFieldDictionary.Remove Method (UInt32)

Removes the ItemField object with the specified key from the ItemFieldDictionary collection.

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

Syntax

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

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

Parameters

Return Value

Type: System.Boolean
true if the ItemField object was successfully removed from the ItemFieldDictionary collection; otherwise false.

Implements

IDictionary<TKey, TValue>.Remove(TKey)

See Also

Reference

ItemFieldDictionary Class

Remove Overload

Microsoft.Synchronization.SimpleProviders Namespace