Breakpoint::LocationType Property

 

Indicates the location type this breakpoint represents.

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

property dbgBreakpointLocationType LocationType {
	dbgBreakpointLocationType get();
}

A Breakpoint can be set in a function, a file, a variable, or at a specific memory address.

The following example demonstrates how to use the LocationType property.

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