IDictionaryService::SetValue Method (Object^, Object^)

 

Sets the specified key-value pair.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

void SetValue(
	Object^ key,
	Object^ value
)

Parameters

key
Type: System::Object^

An object to use as the key to associate the value with.

value
Type: System::Object^

The value to store.

.NET Framework
Available since 1.1
Return to top
Show: