MethodsForInterface collection
Contains an object for each method on the interface to which the collection is related.
This collection does not support the Add and Remove methods of the COMAdminCatalogCollection object.
Members
The MethodsForInterface 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:
AutoComplete
Entry | Value |
---|---|
Description | Determines whether the object is automatically deactivated when the method completes, without SetComplete or SetAbort necessarily being called. This affects only the default setting of the JIT Activation "Done" bit at method start; this bit can be reset (as with SetComplete or SetAbort) within the method to override the default. |
Access | ReadWrite |
Type | Bool |
Default | False |
Minimum system | Windows 2000 |
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 of the method. |
Access | ReadWrite |
Type | String |
Default | "" |
Minimum system | Windows 2000 |
IID
Entry | Value |
---|---|
Description | A GUID for the interface. |
Access | ReadOnly |
Type | String |
Default | N/A |
Minimum system | Windows 2000 |
Index
Entry | Value |
---|---|
Description | The method dispatch identifier. This property is returned when the Key property method is called on an object of this collection. |
Access | ReadOnly |
Type | DWORD |
Default | N/A |
Minimum system | Windows 2000 |
Name
Entry | Value |
---|---|
Description | The method name. 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 |
See also