IVariantDictionary C++ Interface

The IVariantDictionary interface exposes methods that you can use to access the members of the Application.Contents Collection, Application.StaticObjects Collection, Session.Contents Collection, and Session.StaticObjects Colleciton collections.

Methods in Vtable Order

The IVariantDictionary interface inherits the methods of the standard COM interface IUnknown.

The IVariantDictionary interface defines the following methods.

Method

Description

get_Count

Retrieves the number of items in the collection.

get_Item

Retrieves an item from the specified collection.

get_Key

Retrieves an identifier for an item.

get__NewEnum

Retrieves an enumerator for the collection.

put_Item

Adds an item to the specified collection.

Remove

Deletes a specific item from the collection.

RemoveAll

Deletes all items from the collection.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS