Share via


IVariantDictionary::get_Item

The IVariantDictionary::get_Item method retrieves the specified item from either the Contents or StaticObjects collection. Both the Application and Session objects provide these collections.

HRESULT get_Item(
      VARIANT VarKey,
      VARIANT* pVar
);

Parameters

  • VarKey
    [in] Indicates which item to retrieve from the collection.

  • pVar
    [retval] [out] Points to the item that is returned.

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

See Also