This method of the IVariantDictionary interface adds an item to either the Contents or StaticObjects collection.
public abstract void putItem(com.ms.com.Variant varKey, com.ms.com.Variant var);
varKey | [in] Identifier that indicates which item to add to the collection. |
var | [in] Item to add to the collection. |