Breakpoint3.LocationType 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.
Gets the location type the breakpoint represents.
public:
property EnvDTE::dbgBreakpointLocationType LocationType { EnvDTE::dbgBreakpointLocationType get(); };
public:
property EnvDTE::dbgBreakpointLocationType LocationType { EnvDTE::dbgBreakpointLocationType get(); };
[System.Runtime.InteropServices.DispId(101)]
public EnvDTE.dbgBreakpointLocationType LocationType { [System.Runtime.InteropServices.DispId(101)] get; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
member this.LocationType : EnvDTE.dbgBreakpointLocationType
Public ReadOnly Property LocationType As dbgBreakpointLocationType
Property Value
One of the dbgBreakpointLocationType values.
Implements
- Attributes
Remarks
See LocationType.