DkmGetInlineSourcePositionAsyncResult.StartOfLine 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.
True if this address is the first address in the line's range. False otherwise.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public:
property bool StartOfLine { bool get(); };
public:
property bool StartOfLine { bool get(); };
public bool StartOfLine { get; }
member this.StartOfLine : bool
Public ReadOnly Property StartOfLine As Boolean