DkmTask.LocationFrame 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 location frame of the task.
This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).
public:
property Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnStackFrame ^ LocationFrame { Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnStackFrame ^ get(); };
public Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnStackFrame LocationFrame { get; }
public Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnStackFrame? LocationFrame { get; }
member this.LocationFrame : Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnStackFrame
Public ReadOnly Property LocationFrame As DkmManagedReturnStackFrame