Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the project item file with the specified name.
Syntax
HRESULT GetProjectItem(BSTR bstrName, IProjectItem **ppProjectItem);
Parameters
bstrName
[in] The name of the projectItem to get.
ppProjectItem
[out, retval] The IProjectItem interface for accessing the projectItem.
Return Value
One of the standard HRESULT values.
Requirements
Type Library |
VstaCore.tlb |
Header |
VstaCore.h |