ICabNode::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 3: | Line 3: | ||
{{#customTitle:ICabNode::Item Property}} | {{#customTitle:ICabNode::Item Property}} | ||
{{#parentPage:PXV:ICabNode#Properties|Item|property}} | {{#parentPage:PXV:ICabNode#Properties|Item|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Line 19: | Line 18: | ||
If the referenced subItem does not exist, a proxy node of <code>dt_Undefined</code> type is returned. Proxy node can be further resolved to a real node when assigned a value (in this case the type of the new node is deduced from the type of the assigned value) or when its type is set explicitly through its <code>Type</code> property. | If the referenced subItem does not exist, a proxy node of <code>dt_Undefined</code> type is returned. Proxy node can be further resolved to a real node when assigned a value (in this case the type of the new node is deduced from the type of the assigned value) or when its type is set explicitly through its <code>Type</code> property. | ||
− | ; | + | ; Item |
:[out, retval] ICabNode**. | :[out, retval] ICabNode**. | ||
The address of a pointer variable that receives a pointer to the referenced subnode. | The address of a pointer variable that receives a pointer to the referenced subnode. |
Revision as of 07:38, 12 June 2015
Returns a container subnode.
Syntax
HRESULT get_Item([in] VARIANT itemIdentity, [out, retval] ICabNode** Item);
Parameters
- itemIdentity
- [in] VARIANT.
Identifies a subItem. See CAB subnode identification syntax.
If the referenced subItem does not exist, a proxy node of dt_Undefined
type is returned. Proxy node can be further resolved to a real node when assigned a value (in this case the type of the new node is deduced from the type of the assigned value) or when its type is set explicitly through its Type
property.
- Item
- [out, retval] ICabNode**.
The address of a pointer variable that receives a pointer to the referenced subnode.