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
- 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.