IDebugBreakpointChecksumRequest2
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