IUIX_CmdCollection::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdCollection::Item Property}}
 
{{#customTitle:IUIX_CmdCollection::Item Property}}
 
{{#parentPage:PXV:IUIX_CmdCollection#Properties|Item|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 ==
 
[[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