IUIX_LayoutItem::CustomTag Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_LayoutItem::CustomTag Property}}
 
{{#customTitle:IUIX_LayoutItem::CustomTag Property}}
 +
{{#parentPage:PXV:IUIX_LayoutItem#Properties|CustomTag|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''CustomTag''' of interface [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]] returns/sets  Value of BSTR ...
 
Property '''CustomTag''' of interface [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]] returns/sets  Value of BSTR ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CustomTag([out, retval] BSTR* ppTag);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CustomTag([out, retval] BSTR* sTag);
HRESULT put_CustomTag([in] BSTR ppTag);
+
HRESULT put_CustomTag([in] BSTR sTag);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]].
+
[[PXV:IUIX_LayoutItem|IUIX_LayoutItem]]

Latest revision as of 04:26, 15 June 2015


Property CustomTag of interface IUIX_LayoutItem returns/sets Value of BSTR ...

Syntax

HRESULT get_CustomTag([out, retval]  BSTR*  sTag);
HRESULT put_CustomTag([in]  BSTR  sTag);

See Also

IUIX_LayoutItem