DkmVisualizedExpression.CreateDefaultChildFullName(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(int Index);
public:
Platform::String ^ CreateDefaultChildFullName(int Index);
std::wstring CreateDefaultChildFullName(int Index);
public string CreateDefaultChildFullName (int Index);
member this.CreateDefaultChildFullName : int -> string
Public Function CreateDefaultChildFullName (Index As Integer) As String
Parameters
- 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.