共用方式為


CAtlMap::GetValueAt

呼叫這個方法會擷取值儲存在 CAtlMap 物件的指定位置。

V& GetValueAt(
   POSITION pos 
) throw( );
const V& GetValueAt(
   POSITION pos 
) const throw( );

參數

傳回值

傳回值的參考儲存在 CAtlMap 物件的指定位置。

需求

Header: atlcoll.h

請參閱

參考

CAtlMap 類別

CAtlMap::SetValueAt