Public Member Functions | |
| PropertyBagHelper (IMoniker &mon) | |
| operator bool () const | |
| Checks for validity. | |
| IPropertyBag & | getPropertyBag () |
| Accessor for underlying object reference. | |
| IPropertyBag const & | getPropertyBag () const |
| Const accessor for underlying object reference. | |
| std::wstring | read (const wchar_t propName[]) const |
| Reads a (wide-string) property, returning an empty string if failed. | |
Assists in retrieving string properties from a property bag associated with a moniker.
Definition at line 41 of file PropertyBagHelper.h.