CPropertyNoopAccessor Class
class CPropertyNoopAccessor
This class implements a property accessor that does nothing. It is used as a parameter for the CPropertyContainer when property accessors are not used by the container to store and retrieve property values.Defined in: PropAccessor.h
Class Members
void GetValue(const _SourceClass* pObj, VARIANT& propVal) const
This function does nothing.
void PutValue(_SourceClass* pObj, const VARIANT& propVal)
This function does nothing.