DkmRawReturnValueContainer.Id Property

Definition

Unique identifier of this return value. The first return value is zero, then one, etc. Return value id's are unique only within a particular DkmInspectionSession.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 property int Id { int get(); };
public:
 property int Id { int get(); };
public int Id { get; }
member this.Id : int
Public ReadOnly Property Id As Integer

Property Value

Applies to