Breakpoint::Type Property

 

Gets a constant indicating the Breakpoint type.

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

property dbgBreakpointType Type {
	dbgBreakpointType get();
}

Property Value

Type: EnvDTE::dbgBreakpointType

A dbgBreakpointType constant, specifying the type of breakpoint.

The following example demonstrates how to use the Type property.

No code example is currently available or this language may not be supported.
Return to top
Show: