DkmExceptionRegionUpdate Class
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.
Exception regions which were affected during a managed update.
This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3).
public ref class DkmExceptionRegionUpdate
[System.Runtime.InteropServices.Guid("459b4215-5e5f-3da8-2f16-777aad82a9a8")]
public class DkmExceptionRegionUpdate
[<System.Runtime.InteropServices.Guid("459b4215-5e5f-3da8-2f16-777aad82a9a8")>]
type DkmExceptionRegionUpdate = class
Public Class DkmExceptionRegionUpdate
- Inheritance
-
DkmExceptionRegionUpdate
- Attributes
Properties
Delta |
The delta is the total of lines modified after the update. This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3). |
MethodId |
Method ID. It has the method token for the exception region, and the method version when the change was made. This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3). |
NewSpan |
Specifies where the exception region starts and ends, must be 1-based. This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3). |
Methods
Create(DkmClrMethodId, DkmTextSpan, Int32) |
Create a new DkmExceptionRegionUpdate object instance. Location constraint: API must be called from an IDE component (component level > 100,000). This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3). |