Share via


Breakpoint3.LocationType Property

Gets the location type the breakpoint represents.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

'Declaration
ReadOnly Property LocationType As dbgBreakpointLocationType
    Get
dbgBreakpointLocationType LocationType { get; }
property dbgBreakpointLocationType LocationType {
    dbgBreakpointLocationType get ();
}
abstract LocationType : dbgBreakpointLocationType
function get LocationType () : dbgBreakpointLocationType

Property Value

Type: EnvDTE.dbgBreakpointLocationType
One of the dbgBreakpointLocationType values.

Implements

Breakpoint2.LocationType

Remarks

See LocationType.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

LocationType Overload

EnvDTE90a Namespace