IActionQueryConcept interface (dbgmodel.h)

A concept which is automatically implemented by the data model for any object which has (or can have) actions on it. The enumerator returned from this concept will aggregate all actions implemented via metadata keys on methods and those implemented via direct support of IActionableConcept anywhere on the object.

Clients should NEVER implement this concept -- only query for it.

Inheritance

IActionQueryConcept inherits from IUnknown.

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Overview