Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a single element from a single-dimensional array.
Syntax
T& GetAt(
LONG lIndex
) const;
Parameters
- lIndex
The index number of the value in the array to return.
Return Value
Returns a reference to the required array element.
Requirements
Header: atlsafe.h
See Also
CComSafeArray Class
CComSafeArray::MultiDimGetAt
CComSafeArray::SetAt