PrincipalItem property

Returns a IERUPrincipalItem interface pointer if the item is a Principal Item, that is, an item that can be created inside an eRoom container.

Syntax


C++

HRESULT get_PrincipalItem(IERUPrincipalItem** ppPrincipalItem)

Scripting languages

Set value = Object.PrincipalItem

Remarks


If the item is not a Principal Item, this property returns the error E_NOTIMPL.

Home

Applies to

IERUItem