ISharedPropertyGroup interface (comsvcs.h)

Used to create and access the shared properties in a shared property group.

Inheritance

The ISharedPropertyGroup interface inherits from the IDispatch interface. ISharedPropertyGroup also has these types of members:

Methods

The ISharedPropertyGroup interface has these methods.

 
ISharedPropertyGroup::CreateProperty

Creates a new shared property with the specified name.
ISharedPropertyGroup::CreatePropertyByPosition

Creates a new shared property with the specified index.
ISharedPropertyGroup::get_Property

Retrieves a reference to an existing shared property with the specified name.
ISharedPropertyGroup::get_PropertyByPosition

Retrieves a reference to an existing shared property with the specified index.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

ISharedProperty

ISharedPropertyGroupManager