Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public final boolean Remove (
UInt32 key
)
public final function Remove (
key : uint
) : boolean
Parameters
- key
The key of the item to remove.
Return Value
true if the ItemField object was successfully removed from the ItemFieldDictionary collection; otherwise false.
See Also
Reference
ItemFieldDictionary Class
ItemFieldDictionary Members
Microsoft.Synchronization.SimpleProviders Namespace