[propget] HRESULT position([out, retval] BSTR * postion);
[propput] HRESULT position([in] BSTR postion);
This allows access to the position of an item within an array. Typically you don't need to use this, as the array deserializer will handle applying the position for you.
///todo: discuss the possible return values
///todo: write some sample code
Copyright © Simon Fell, 2000-2004. All rights reserved.