ICabNode::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:ICabNode::Item Property}} | {{#customTitle:ICabNode::Item Property}} | ||
− | {{#parentPage:PXV:ICabNode#Properties|Item | + | {{#parentPage:PXV:ICabNode#Properties|Item|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] VARIANT | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] VARIANT itemIdentity, |
[out, retval] ICabNode** ppItem); | [out, retval] ICabNode** ppItem); | ||
</pre> | </pre> |
Revision as of 23:12, 25 May 2015
Returns a container subnode.
Syntax
HRESULT get_Item([in] VARIANT itemIdentity, [out, retval] ICabNode** ppItem);
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.
- ppItem
- [out, retval] ICabNode**.
The address of a pointer variable that receives a pointer to the referenced subnode.