DkmJsAsyncStackFrame.SourceLocationStartIndex 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.
0-based index into the document.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
property System::UInt32 SourceLocationStartIndex { System::UInt32 get(); };
public:
property unsigned int SourceLocationStartIndex { unsigned int get(); };
public uint SourceLocationStartIndex { get; }
member this.SourceLocationStartIndex : uint32
Public ReadOnly Property SourceLocationStartIndex As UInteger