Share via


IProjectItem::Name

 

Gets the name of the item.

Syntax

HRESULT get_Name(BSTR *pbstrName);

Parameters

pbstrName

[out, retval] The name of the ProjectItem.

Return Value

One of the standard HRESULT values.

Remarks

The name is in the form of a relative path, such as AFile.cs or AFolder/AFile.cs.

Requirements

Type Library

VstaCore.tlb

Header

VstaCore.h

See Also

IProjectItem Interface