Share via


TBoundProperty<BSTR>.Get (Compact 2013)

3/28/2014

This method returns the string value that is encapsulated by the TBoundProperty<BSTR> object.

Syntax

BSTR Get(void)

Parameters

None.

Return Value

Returns the binary string encapsulated by the TBoundProperty<BSTR> object.

Remarks

To obtain the property value after you register the property with a TPropertyBag<Derived> object, use TPropertyBag.GetValue(const WCHAR *,XRValue *).

Requirements

Header

oleauto.h,
XRPropertyBag.h

Library

oleaut32.lib

See Also

Reference

TBoundProperty<BSTR>
TBoundProperty<BSTR>.Get(XRValue *)
TBoundProperty<BSTR>.Set(const BSTR)