UserConfigurationDictionary.Add(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an entry with the provided key and value to the user configuration dictionary.
public:
void Add(System::Object ^ key, System::Object ^ value);
public void Add (object key, object value);
Public Sub Add (key As Object, value As Object)
Parameters
- key
- Object
The object to use as the key of the entry.
- value
- Object
The object to use as the value of the entry.