Share via


XRValue::GetValue(IXRDependencyObject**) (Compact 2013)

3/28/2014

This method retrieves the current value from XRValue if the value type is VTYPE_OBJECT.

Syntax

HRESULT GetValue(
    IXRDependencyObject** ppValue
)

Parameters

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

See Also

Reference

XRValue::GetValue
XRValue