DkmJsAsyncStackFrame.SourceLocationLength 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.
Length of the current source position.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
property System::UInt32 SourceLocationLength { System::UInt32 get(); };
public:
property unsigned int SourceLocationLength { unsigned int get(); };
public uint SourceLocationLength { get; }
member this.SourceLocationLength : uint32
Public ReadOnly Property SourceLocationLength As UInteger