remove

This method of the IVariantDictionary interface 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.

Syntax

public abstract void remove(com.ms.com.Variant varKey);

Parameters

varKey [in] An identifier of the item to remove.

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