IPXC_NumberFormatItem::Units Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_NumberFormatItem::Units Property}} | {{#customTitle:IPXC_NumberFormatItem::Units Property}} | ||
+ | {{#parentPage:PXV:IPXC_NumberFormatItem#Properties|Units|property}} | ||
+ | {{ToReview}} | ||
− | Property '''Units''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets Value of BSTR . | + | Property '''Units''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets Value of BSTR containing a text string specifying a label for displaying the units in a user interface; the label should use a universally recognized abbreviation. |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Units([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Units([out, retval] BSTR* ppUnits); |
− | HRESULT put_Units([in] BSTR | + | HRESULT put_Units([in] BSTR ppUnits); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] |
Latest revision as of 23:58, 30 March 2016
Property Units of interface IPXC_NumberFormatItem returns/sets Value of BSTR containing a text string specifying a label for displaying the units in a user interface; the label should use a universally recognized abbreviation.
Syntax
HRESULT get_Units([out, retval] BSTR* ppUnits); HRESULT put_Units([in] BSTR ppUnits);