This document is archived and information here might be outdated. Recommended version. |
Get Composite property.
[Visual Basic .NET]
Public Property Composite As Boolean
[C#]
public bool Composite {get; set;}
[C++]
HRESULT get_Composite(
Boolean* pComposite
);
[C++]
HRESULT put_Composite(
VARIANT_BOOL pComposite
);
[C++] Parameters pComposite [out, retval]
pComposite is a parameter of type bool* pComposite [in]
pComposite is a parameter of type bool