IProject::CodeName

 

Gets the code name, a valid language identifier representing the project.

Syntax

HRESULT get_CodeName(BSTR *pbstrCodeName);  

Parameters

pbstrCodeName

[out, retval] The code name of the Project. This is the name used to refer to the Project in user code.

Return Value

One of the standard HRESULT values.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

IProject Interface