Share via


Breakpoint3.Type Property

Gets a constant that specifies the type of breakpoint.

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

Syntax

'Declaration
ReadOnly Property Type As dbgBreakpointType
dbgBreakpointType Type { get; }
property dbgBreakpointType Type {
    dbgBreakpointType get ();
}
abstract Type : dbgBreakpointType with get
function get Type () : dbgBreakpointType

Property Value

Type: EnvDTE.dbgBreakpointType
One of the dbgBreakpointType values.

Remarks

See Type.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

EnvDTE90a Namespace