iXRPropertyBinding.Set(XRValue *) (Compact 2013)
3/28/2014
This method sets a new value for the property in the property bag.
Syntax
HRESULT STDMETHODCALLTYPE Set(
XRValue * pValue)
Parameters
- pValue
[in] Pointer to an XRValue object that contains the new value to set for the property.
Return Value
The following table shows the possible return values.
Value |
Description |
---|---|
S_OK |
The method was successful. |
E_POINTER |
The XRValue object pointer is not valid. |
Remarks
This method is an abstract, virtual method that is defined for derived, non-abstract classes to provide an implementation of the method. For an example of a derived method implementation, see TBoundProperty@.Set(XRValue *).
Requirements
Header |
XRPropertyBag.h |