IDkmCustomVisualizerCallback.CreateDefaultChildFullName Method

Definition

This method will construct a default full name for a custom visualized child expression. This name will be the root expression's full name and an expand format string that will cause the expression evaluator to callback to the visualizer to obtain children. The DkmVisualizedExpression instance this is called on should be the parent visualized expression for a child and the root visualized expression for a root.

public:
 System::String ^ CreateDefaultChildFullName(Microsoft::VisualStudio::Debugger::Evaluation::DkmVisualizedExpression ^ visualizedExpression, int index);
public string CreateDefaultChildFullName (Microsoft.VisualStudio.Debugger.Evaluation.DkmVisualizedExpression visualizedExpression, int index);
abstract member CreateDefaultChildFullName : Microsoft.VisualStudio.Debugger.Evaluation.DkmVisualizedExpression * int -> string
Public Function CreateDefaultChildFullName (visualizedExpression As DkmVisualizedExpression, index As Integer) As String

Parameters

visualizedExpression
DkmVisualizedExpression

[In] Dispatcher object used for custom visualization through a concord EE addin.

index
Int32

[In] The index of child for which this full name is created. Ignored in the case of a root item.

Returns

[Out] The returned full name string.

Applies to