TBoundPointerProperty.Get(XRValue *) (Compact 7)
3/12/2014
This method obtains the value of the property by using an XRValue object.
Syntax
HRESULT STDMETHODCALLTYPE Get(
XRValue * pValue)
Parameters
- pValue
[out] Pointer to an XRValue object that contains the value of the property.
Return Value
The following table shows the possible return values.
Value | Description |
---|---|
S_OK |
Method was successful. |
E_POINTER |
pValue parameter is not valid. |
Requirements
Header |
XRPropertyBag.h |
See Also
Reference
TBoundPointerProperty<PropertyType>
XRValue::GetValue(IXRPropertyBag**)
XRValue::GetValue(IXREnumerable**)