InterfacesForComponent collection
Contains an object for each interface exposed by the component to which the collection is related.
This collection does not support the Add and Remove methods of the COMAdminCatalogCollection object.
Members
The InterfacesForComponent collection inherits from the IUnknown interface but does not have additional members.
Related Collections
You can navigate from this collection to any of the following collections:
You can navigate to this collection from the following collections:
Properties
The following properties are supported by the COMAdminCatalogObject object within the collection:
CLSID
Entry | Value |
---|---|
Description | A GUID for the component. |
Access | ReadOnly |
Type | String |
Default | N/A |
Minimum system | Windows 2000 |
Description
Entry | Value |
---|---|
Description | A description for the interface. |
Access | ReadWrite |
Type | String |
Default | "" |
Minimum system | Windows 2000 |
IID
Entry | Value |
---|---|
Description | A GUID for the interface. This property is returned when the Key property method is called on an object of this collection. |
Access | ReadOnly |
Type | String |
Default | N/A |
Minimum system | Windows 2000 |
Name
Entry | Value |
---|---|
Description | A name for the interface. This property is returned when the Name property method is called on an object of this collection. |
Access | ReadOnly |
Type | String |
Default | N/A |
Minimum system | Windows 2000 |
QueuingEnabled
Entry | Value |
---|---|
Description | Marks the interface as queuable and can be set by using the Admin SDK or Component Services administrative tool. However, only an interface that has the Queuing Supported flag set can have the Queuing Enabled flag set. |
Access | ReadWrite |
Type | Bool |
Default | False |
Minimum system | Windows 2000 |
QueueingSupported
Entry | Value |
---|---|
Description | Interface supports queuing. For an interface to support queuing, all methods should have only in parameters. Queuing Supported is exposed as a read-only property. |
Access | ReadOnly |
Type | Bool |
Default | False |
Minimum system | Windows 2000 |
See also