putItem

This method of the IVariantDictionary interface adds an item to either the Contents or StaticObjects collection.

Syntax

public abstract void putItem(com.ms.com.Variant varKey, com.ms.com.Variant var);

Parameters

varKey [in] Identifier that indicates which item to add to the collection.
var [in] Item to add to the collection.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.