IProjectItem::GetBreakpoints

 

Gets an enumerator for the breakpoints in the item.

Syntax

HRESULT GetBreakpoints(IEnumBreakpoints **ppEnumBreakpoints);  

Parameters

ppEnumBreakpoints

[out, retval] An enumeration of the breakpoints in the ProjectItem.

Return Value

One of the standard HRESULT values.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

IProjectItem Interface