Udostępnij za pośrednictwem


DkmChildVisualizedExpression.Index Property

Definition

The index of this child in the parent object's child collection. The expression evaluator will use this when processing the full name of a child item. The full name is used when the user clicks on an item and says Add To Watch or when the user types something in the watch window directly. If the visualizer does not provide a full name, then callback to the expression evaluator to construct a default expand expression The value of the index field will be used to obtain the correct expand expression.

public:
 property System::UInt32 Index { System::UInt32 get(); };
public:
 property unsigned int Index { unsigned int get(); };
public uint Index { get; }
member this.Index : uint32
Public ReadOnly Property Index As UInteger

Property Value

Returns UInt32.

Applies to