COleSafeArray& operator =( const COleSafeArray& saSrc );
COleSafeArray& operator =( const VARIANT& varSrc );
COleSafeArray& operator =( LPCVARIANT pSrc );
COleSafeArray& operator =( const COleVariant& varSrc );
Remarks
These overloaded assignment operators copy the source value into this COleSafeArray object. A brief description of each operator follows:
COleSafeArray Overview | Class Members | Hierarchy Chart
See Also VariantCopy