addAttributeFromIndex Method (Windows CE 5.0)

Send Feedback

This method adds an attribute, whose value is equal to the indexed attribute in the input attributes object, to the end of the list.

HRESULT addAttributeFromIndex(VARIANTvarAtts,intnIndex);

Parameters

  • varAtts
    [in] Variant type.
  • nIndex
    [in] Attribute's index value.

Return Values

  • S_OK
    Returned if no errors are reported.
  • E_FAIL
    Returned if index is out of range.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.

See Also

IMXAttributes:IDispatch

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.