This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Add Method (Dictionary)
Adds a key and item pair to a
Dictionary object.
object.Add (key, item)
The Add method has the following parts:
Arguments
- object
- Required. Always the name of a Dictionary object.
- key
- Required. The key associated with the item being added.
- item
- Required. The item associated with the key being added.
Remarks
An error occurs if the key already exists.
See Also
Add Method (Folders) | Exists Method | Items Method | Keys Method | Remove Method | RemoveAll Method
Applies To: Dictionary Object