Category property

This property is implemented by the following interfaces. Click one of the links below to jump to the description of the property as it pertains to that interface.

IERUIcon
IERUProjectTask

 

 

Category property

Returns the category of the icon.

Syntax


C++

HRESULT get_Category(ERUIconCategory* pCategory)

Scripting languages

Value = Object.Category

 

Go to Top

Home

Applies to

IERUIcon


 

 

 

Category property

Returns the keyword for this task.

Syntax


C++

HRESULT get_Category(BSTR* pCategory)

HRESULT put_Category(BSTR MyCategory)

Scripting languages

Category = Object.Category

Object.Category = Category

 

Go to Top

Home

Applies to

IERUProjectTask