IStringDisplayableConcept interface (dbgmodel.h)

Interface which clients must implement on any object which is convertible to a display string.

Clients should not rely on the form of this string conversion for programmatic purposes. It is intended for display purposes only.

Inheritance

IStringDisplayableConcept inherits from IUnknown.

Methods

The IStringDisplayableConcept interface has these methods.

 
IStringDisplayableConcept::AddRef

The IStringDisplayableConcept::AddRef method increments the reference count for an interface on an object.
IStringDisplayableConcept::QueryInterface

The IStringDisplayableConcept::QueryInterface method retrieves pointers to the supported interfaces on an object.
IStringDisplayableConcept::Release

The IStringDisplayableConcept::Release method decrements the reference count for an interface on an object.
IStringDisplayableConcept::ToDisplayString

The ToDisplayString method is called whenever a client wishes to convert an object into a string to display (to console, in the UI, etc...).

Remarks

An object which wishes to provide a string conversion for display purposes can implement the string displayable concept through implementation of the IStringDisplayableConcept interface.

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Overview