Share via


IVariantDictionary::put_Item

The IVariantDictionary::put_Item method adds an item to either the Contents or StaticObjects collection.

HRESULT put_Item(
      VARIANT VarKey,
      VARIANT Var
);

Parameters

  • VarKey
    [in] Identifier that indicates which item to add to the collection.

  • Var
    [in] Item to add to 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

See Also