IDkmPendingFileLineBreakpointCallback.GetCurrentSourceText Method
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.
Returns the current text at the location of a file/line breakpoint.
C++
public:
System::String ^ GetCurrentSourceText(Microsoft::VisualStudio::Debugger::Breakpoints::DkmPendingFileLineBreakpoint ^ fileLineBreakpoint);
public string GetCurrentSourceText(Microsoft.VisualStudio.Debugger.Breakpoints.DkmPendingFileLineBreakpoint fileLineBreakpoint);
public string? GetCurrentSourceText(Microsoft.VisualStudio.Debugger.Breakpoints.DkmPendingFileLineBreakpoint fileLineBreakpoint);
abstract member GetCurrentSourceText : Microsoft.VisualStudio.Debugger.Breakpoints.DkmPendingFileLineBreakpoint -> string
Public Function GetCurrentSourceText (fileLineBreakpoint As DkmPendingFileLineBreakpoint) As String
- fileLineBreakpoint
- DkmPendingFileLineBreakpoint
[In] Pending breakpoint which is requested to bind against code elements that point back to a text span within a source file.
[Out,Optional] The current source text.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |