IProjectItem::GetCodeElements

 

Gets an enumerator for the code elements in the item.

Syntax

HRESULT GetCodeElements(IEnumCodeElements **ppEnumCodeElements);  

Parameters

ppEnumCodeElements

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

Return Value

One of the standard HRESULT values.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

IProjectItem Interface