DkmInstructionSymbol.TagValue Property

Definition

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

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

Property Value

Returns DkmInstructionSymbol.Tag.

Applies to