IProject::GetProjectItemExists
Gets whether or not the project item exists.
Syntax
HRESULT GetProjectItemExists(BSTR bstrName, VARIANT_BOOL *pfProjectItemExists);
Parameters
bstrName
[in] The name of the projectItem.
pfProjectItemExists
[out, retval] A Boolean value indicating true if the projectItem exists; false if not.
Return Value
One of the standard HRESULT
values.
Requirements
Type Library | VstaCore.tlb |
Header | VstaCore.h |