Share via


IVariantDictionary::Remove

The IVariantDictionary::Remove method 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.

HRESULT Remove(
      VARIANT VarKey
);

Parameters

  • VarKey
    [in] An identifier for the item to remove.

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