IWDTFActions2::get_Item method (wdtf.h)

Gets an individual action in the collection.

Syntax

HRESULT get_Item(
  [in]  LONG         Index,
  [out] IWDTFAction2 **ppAction
);

Parameters

[in] Index

The 0-based index value.

[out] ppAction

The indexed action.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header wdtf.h