CComSafeArray::GetAt

从一维数组检索一个元素。

T& GetAt(
   LONG lIndex 
) const;

参数

  • lIndex
    值的索引号在返回的数组。

返回值

返回对需的数组元素。

要求

Header: atlsafe.h

请参见

参考

CComSafeArray选件类

CComSafeArray::MultiDimGetAt

CComSafeArray::SetAt