TBoundPointerProperty.Get(XRValue *) (Compact 2013)
3/28/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**)