IProject::DisplayName
Gets the display name, an arbitrary string that is displayed in the IDE as the project name.
Syntax
HRESULT get_DisplayName(BSTR *pbstrDisplayName);
Parameters
pbstrDisplayName
[out, retval] The display name of the Project. This is the name displayed for the Project in the IDE.
Return Value
One of the standard HRESULT values.
Requirements
Type Library |
VstaCore.tlb |
Header |
VstaCore.h |