XRValue::GetValue(IXREnumerable**) (Compact 7)
3/12/2014
This method retrieves the current value from XRValue if the value type is VTYPE_ENUMERABLE.
Syntax
HRESULT GetValue(
IXREnumerable** ppValue
)
Parameters
- ppValue
[out] Pointer to the IXREnumerable 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 |