DefaultParameterDictionary.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.
Override the Add to check for key's format and make it versionable.
public:
override void Add(System::Object ^ key, System::Object ^ value);
public:
override void Add(Platform::Object ^ key, Platform::Object ^ value);
override void Add(winrt::Windows::Foundation::IInspectable const & key, winrt::Windows::Foundation::IInspectable const & value);
public override void Add (object key, object value);
override this.Add : obj * obj -> unit
Public Overrides Sub Add (key As Object, value As Object)
Parameters
- key
- Object
Key.
- value
- Object
Value.