Adds a group of properties, methods, and events from an ITypeInfo object into the RUNTIMECLASSINFOAUTHOR.
Visual Basic Syntax
oRuntimeClassInfoAuthor.ShowGroup unkGroup
Parameters
oRuntimeClassInfoAuthor
Name of a RuntimeClassInfoAuthor object.
unkGroup
Name of the group.
Visual C++ Syntax
HRESULT ShowGroup(IUnknown *punkgroup);
Parameter
punkgroup
[in] An ITypeInfo object describing the group.
Return Values
The return value obtained from HRESULT is one of the following:
| Return Value | Meaning |
| S_OK | The group was added. |
| E_FAIL | The group was not added. |
Remarks
This method takes an ITypeInfo object which identifies the group of items to be added to the namespace.
Applies to IRuntimeClassInfoAuthor Interface