IXRStrokeCollection::GetItem (Compact 2013)

3/28/2014

This method retrieves the item at the specified index in the IXRStrokeCollection collection.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetItem(
  __in int ItemIndex,
  __out IXRStroke** ppObject
) = 0;

Parameters

  • ItemIndex
    [in] Integer value that specifies the index of the location of the item to retrieve.
  • ppObject
    [out] Pointer to a pointer to an IXRStroke object that represents the item located in the collection at the index specified in ItemIndex.

Return Value

Returns S_OK if successful; otherwise, returns an HRESULT error code. For common error codes for XAML for Windows Embedded, see XAML for Windows Embedded Error Messages.

.NET Framework Equivalent

System.Windows.PresentationFrameworkCollection(T).Item

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRStrokeCollection
IXRInkPresenter::GetStrokes
IXRInkPresenter::SetStrokes