Share via


IProject::HasBreakpoints

 

Gets whether or not the project has breakpoints.

Syntax

HRESULT get_HasBreakpoints(VARIANT_BOOL *pfHasBreakpoints);

Parameters

pfHasBreakpoints

[out, retval] A Boolean value indicating true if the project has any breakpoints; false otherwise.

Return Value

One of the standard HRESULT values.

Requirements

Type Library

VstaCore.tlb

Header

VstaCore.h

See Also

IProject Interface