Share via


IHelpKeywordCollection::MoveTo method

[This documentation is preliminary and is subject to change.]

method MoveTo-Sets current element in the collection the specified index.

Syntax

HRESULT MoveTo(
  [in]  long index
);

Parameters

  • index [in]
    Index entry to move the current element cursor to. Value can be in the range zero to Count – 1.

Return value

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

Remarks

TBD.

Examples

Requirements

Minimum supported client

Windows Developer Preview

Minimum supported server

Windows Server Developer Preview

IDL

Windows.Help.Runtime.idl

See also

IHelpKeywordCollection

 

 

Build date: 9/7/2011