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
Remarks
See LocationType.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.