Breakpoint2::Type Property

 

Gets a constant specifying the type of breakpoint.

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

property dbgBreakpointType Type {
	dbgBreakpointType get();
}

Property Value

Type: EnvDTE::dbgBreakpointType

One of the dbgBreakpointType values.

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: