Udostępnij za pośrednictwem


DkmIsHiddenCodeAsyncResult.NextLine Property

Definition

[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.

Applies to