XRValue::GetValue(IXRPropertyBag**) (Compact 2013)
3/28/2014
This method retrieves the current value from XRValue if the value type is VTYPE_PROPERTYBAG.
Syntax
HRESULT GetValue(
IXRPropertyBag** ppValue
)
Parameters
- ppValue
[out] Pointer to the IXRPropertyBag value.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
When this method is called, a reference is added to ppValue, and you are responsible for releasing that reference when you are finished using the object.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |