DkmIsHiddenCodeAsyncResult.NextLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Optional] The symbol for the next non-hidden source line. This is null if the current line is not hidden.
public:
property Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ NextLine { Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ get(); };
public:
property Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ NextLine { Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ get(); };
public Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol NextLine { get; }
public Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol? NextLine { get; }
member this.NextLine : Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol
Public ReadOnly Property NextLine As DkmInstructionSymbol
Property Value
Returns DkmInstructionSymbol.