IDebugProperty3
This interface provides support for:
Retrieving an arbitrarily long string associated with the property.
Associating a unique ID with the property.
Retrieving a list of custom viewers for the property.
Setting the value of a property with the ability to report any resulting errors
IDebugProperty3 : IDebugProperty2
Notes for Implementers
The debug engine (DE) implements this interface on the same object that implements IDebugProperty2 to provide support for long strings, property IDs, and custom viewers.
Notes for Callers
Call QueryInterface on an IDebugProperty2 interface to obtain this interface.
Methods in Vtable Order
In addition to the methods inherited from IDebugProperty2, the IDebugProperty3 interface exposes the following methods.
Method |
Description |
---|---|
Returns the length of the string associated with the property. |
|
Returns the string in a user-supplied buffer. |
|
Creates a unique ID for this property. |
|
Destroys the unique ID for this property. |
|
Returns the number of custom viewers that this property can be viewed with. |
|
Returns the list of custom viewers that this property can be viewed with. |
|
Sets the value of this property, returning an error message if anything went wrong. |
Remarks
IDebugProperty3::SetValueAsStringWithError is the preferred way for the session debug manager (SDM) to set a property's value.
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll