Share via


IDebugBreakpointRequest3 Interface

Definition

public interface class IDebugBreakpointRequest3 : Microsoft::VisualStudio::Debugger::Interop::IDebugBreakpointRequest2
[System.Runtime.InteropServices.Guid("5C18A5FE-7150-4E66-8246-27BFB0E7BFD9")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugBreakpointRequest3 : Microsoft.VisualStudio.Debugger.Interop.IDebugBreakpointRequest2
[<System.Runtime.InteropServices.Guid("5C18A5FE-7150-4E66-8246-27BFB0E7BFD9")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugBreakpointRequest3 = interface
    interface IDebugBreakpointRequest2
Public Interface IDebugBreakpointRequest3
Implements IDebugBreakpointRequest2
Attributes
Implements

Methods

GetLocationType(enum_BP_LOCATION_TYPE[])
GetLocationType(UInt32)
GetRequestInfo(enum_BPREQI_FIELDS, BP_REQUEST_INFO[])
GetRequestInfo(UInt32, BP_REQUEST_INFO[])
GetRequestInfo2(enum_BPREQI_FIELDS, BP_REQUEST_INFO2[])
GetRequestInfo2(UInt32, BP_REQUEST_INFO2[])

Applies to