IVariantDictionary::Remove

The IVariantDictionary::Remove method deletes a specific item from a collection of variants. This method is used by the application and session objects to remove items from their contents collections.

 HRESULT Remove(

   VARIANT VarKey // identifier for the item to remove

);

 

Parameters
VarKey
[in] An identifier for the item to remove.
See Also

Application Contents Collection, Session Contents Collection