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.
Call this method to insert an element pair into the map.
POSITION SetAt(
KINARGTYPE key,
VINARGTYPE value
);
Parameters
key
The key value to add to the CAtlMap object.value
The value to add to the CAtlMap object.
Return Value
Returns the position of the key/value element pair in the CAtlMap object.
Remarks
SetAt replaces an existing element if a matching key is found. If the key is not found, a new key/value pair is created.
Requirements
Header: atlcoll.h