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
dbgBreakpointLocationType LocationType { get; }
property dbgBreakpointLocationType LocationType {
    dbgBreakpointLocationType get ();
}
abstract LocationType : dbgBreakpointLocationType with get
function get LocationType () : dbgBreakpointLocationType

Property Value

Type: EnvDTE.dbgBreakpointLocationType
One of the dbgBreakpointLocationType values.

Remarks

See LocationType.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

EnvDTE90a Namespace