ICabNode::ItemKey Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:ICabNode::ItemKey Property}} | {{#customTitle:ICabNode::ItemKey Property}} | ||
− | {{#parentPage:PXV:ICabNode|property}} | + | {{#parentPage:PXV:ICabNode|ItemKey Property|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ItemKey(LONG index, [out, retval] BSTR* ppKey); | + | <pre class="brush:cpp;gutter:false">HRESULT get_ItemKey( LONG index, |
+ | [out, retval] BSTR* ppKey); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;index |
: Value of LONG. | : Value of LONG. | ||
== See Also == | == See Also == | ||
See also [[PXV:ICabNode|ICabNode]]. | See also [[PXV:ICabNode|ICabNode]]. |
Revision as of 04:48, 23 April 2015
Property ItemKey of interface ICabNode returns Value of BSTR ...
Syntax
HRESULT get_ItemKey( LONG index, [out, retval] BSTR* ppKey);
Parameters
- index
- Value of LONG.
See Also
See also ICabNode.