IUIX_Cmd::Alias 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_Cmd::Alias Property}}
 
{{#customTitle:IUIX_Cmd::Alias Property}}
{{#parentPage:PXV:IUIX_Cmd|Alias Property|property}}
+
{{#parentPage:PXV:IUIX_Cmd#Properties|Alias|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Alias''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets  Value of BSTR ...
+
Property '''Alias''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets  Value of BSTR that represents the command's name in the PDF specification.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Alias([out, retval]  BSTR*  ppAlias);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Alias([out, retval]  BSTR*  sAlias);
HRESULT put_Alias([in]  BSTR  ppAlias);
+
HRESULT put_Alias([in]  BSTR  sAlias);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Cmd|IUIX_Cmd]].
+
[[PXV:IUIX_Cmd|IUIX_Cmd]]

Latest revision as of 02:01, 24 March 2016


Property Alias of interface IUIX_Cmd returns/sets Value of BSTR that represents the command's name in the PDF specification.

Syntax

HRESULT get_Alias([out, retval]  BSTR*  sAlias);
HRESULT put_Alias([in]  BSTR  sAlias);

See Also

IUIX_Cmd