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.
Methods
The IActionQueryConcept interface has these methods.
IActionQueryConcept::AddRef The AddRef method increments the reference count for an interface on an object. This method belongs to the IActionQueryConcept interface. |
IActionQueryConcept::EnumerateActions |
IActionQueryConcept::QueryInterface The QueryInterface method retrieves pointers to the supported interfaces on an object. This method belongs to the IActionQueryConcept interface. |
IActionQueryConcept::Release The Release method decrements the reference count for an interface on an object. This method belongs to the IActionQueryConcept interface. |
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |