INamedPropertyBag interface

Exposes methods that provide an object with a specified property bag in which the object can save its properties.

Members

The INamedPropertyBag interface inherits from the IUnknown interface. INamedPropertyBag also has these types of members:

Methods

The INamedPropertyBag interface has these methods.

MethodDescription
ReadPropertyNPB

Causes a property to be read from the named property bag.

RemovePropertyNPB

Removes a property from a named property bag.

WritePropertyNPB

Saves a property to the named property bag.

 

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Shlobj.h

DLL

Shell32.dll

 

 

Show: