IDebugBreakpointChecksumRequest2
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Represents a document checksum for a breakpoint request.
Syntax
IDebugBreakpointChecksumRequest2 : IUnknown
Notes for Implementers
Implemented by the Visual Studio Debug package and consumed by debug engines.
Methods
The following table shows the methods of IDebugBreakpointChecksumRequest2
.
Method | Description |
---|---|
GetChecksum | Retrieves the document checksum for a breakpoint request given the unique identifier of the checksum algorithm to use. |
IsChecksumEnabled | Determines if the checksum is enabled for this document. |
Requirements
Header: Msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll