Description
The IaqCOMAccessDbgContainer
interface is implemented by objects that provide access to debug information via COM and correspond to modules, source files, namespaces, classes, and other larger units that contain smaller units. You use these objects, for instance, when working with profiling areas via COM.
Inheritance Hierarchy
IaqCOMAccessDbgContainer
IDispatch
Members
Members(in alphabetical order) | Description |
---|---|
ItemCount(DbgType) |
Property. Read-only. Integer. Returns the number of debug symbols of a specific type that belong to the container. The DbgType parameter specifies the desired symbol type. To set this parameter, you can use either values of the TDebugType enumeration type or the appropriate integer value. |
Item(DbgType, Index) |
Property. Read-only. Returns an object that corresponds to a debug symbol by the object’s type and index in the container:
|
Example
See Also
COM Type Reference
Managing Profiling Areas via COM
Working With AQTime via COM - Overview