INameValueCollection::RemoveAt method

Removes the name/value pair at the specified index from the collection.

Syntax

HRESULT RemoveAt(
  [in] long index
);

Parameters

  • index [in]
    A zero-based index value.

Return value

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

INameValueCollection