Breakpoint3.LocationType Property

Definition

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.

Applies to