IUIX_CmdCollection::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdCollection::Item Property}}
 
{{#customTitle:IUIX_CmdCollection::Item Property}}
{{#parentPage:PXV:IUIX_CmdCollection|Item Property|property}}
+
{{#parentPage:PXV:IUIX_CmdCollection#Properties|Item|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] returns  Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]] ...
+
Property '''Item''' of interface [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] returns  Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]] containing the command at the given index inside the command collection.
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG      nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG      nIndex,
                 [out, retval]  IUIX_Cmd**  ppItem);
+
                 [out, retval]  IUIX_Cmd**  pItem);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the index of the command.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]].
+
[[PXV:IUIX_CmdCollection|IUIX_CmdCollection]]

Latest revision as of 05:28, 4 April 2016


Property Item of interface IUIX_CmdCollection returns Pointer to IUIX_Cmd containing the command at the given index inside the command collection.

Syntax

HRESULT get_Item([in]           ULONG       nIndex,
                 [out, retval]  IUIX_Cmd**  pItem);

Parameters

nIndex
[in] Value of ULONG containing the index of the command.

See Also

IUIX_CmdCollection