DkmVisualizedExpression.SourceId Property

Definition

Guid which ties together the expression evaluator that created this object and the object itself. Generally used by expression evaluators to filter their implementation of IDkmCustomVisualizerCallback to only DkmVisualizedExpression they created.

public:
 property Guid SourceId { Guid get(); };
public Guid SourceId { get; }
member this.SourceId : Guid
Public ReadOnly Property SourceId As Guid

Property Value

Returns Guid.

Applies to