DkmRuntimeBreakpoint.TagValue Property

Definition

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

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

Property Value

Returns DkmRuntimeBreakpoint.Tag.

Applies to