DkmPendingFileLineBreakpoint.GetCurrentSourceText Method
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.
Returns the current text at the location of a file/line breakpoint.
public:
System::String ^ GetCurrentSourceText();
public:
Platform::String ^ GetCurrentSourceText();
std::wstring GetCurrentSourceText();
public string GetCurrentSourceText ();
public string? GetCurrentSourceText ();
member this.GetCurrentSourceText : unit -> string
Public Function GetCurrentSourceText () As String
Returns
[Out,Optional] The current source text.