ISharedPropertyGroup Interface
The ISharedPropertyGroup interface is used to create and access the shared properties in a shared property group.
Remarks
The header file for the ISharedPropertyGroup interface is mtxspm.h. You must also link mtxguid.lib to your project to use this interface.
You can access the ISharedPropertyGroup interface by creating a SharedPropertyGroup object with the ISharedPropertyGroupManager::CreatePropertyGroup method.
As with any COM object, you must release a SharedPropertyGroup object when you're finished using it.
The ISharedPropertyGroup interface exposes the following methods.
CreateProperty | Creates a new shared property identified by a string expression that's unique within its property group. |
CreatePropertyByPosition | Creates a new shared property identified by a numeric index within its property group. |
get_Property | Returns a reference to a shared property, given the string name by which the property is identified. |
get_PropertyByPosition | Returns a reference to a shared property, given its numeric index in the shared property group. |
See Also
Sharing State, ISharedPropertyGroupManager Interface