DkmPendingBreakpoint.TagValue Property

Definition

DkmPendingBreakpoint is an abstract base class. This enum indicates which derived class this object is an instance of.

public:
 property Microsoft::VisualStudio::Debugger::Breakpoints::DkmPendingBreakpoint::Tag TagValue { Microsoft::VisualStudio::Debugger::Breakpoints::DkmPendingBreakpoint::Tag get(); };
public Microsoft.VisualStudio.Debugger.Breakpoints.DkmPendingBreakpoint.Tag TagValue { get; }
member this.TagValue : Microsoft.VisualStudio.Debugger.Breakpoints.DkmPendingBreakpoint.Tag
Public ReadOnly Property TagValue As DkmPendingBreakpoint.Tag

Property Value

Returns DkmPendingBreakpoint.Tag.

Applies to