Share via


XRValue(const XRValue&) Copy Constructor (Compact 2013)

3/28/2014

This constructor creates a new instance of the XRValue class from a preexisting version of XRValue.

Syntax

XRValue(
    const XRValue & Value
)

Parameters

  • Value
    [in] The preexisting version of XRValue.

Return Value

None.

Remarks

The newly created XRValue object is both cloned and pointed to.

.NET Framework Equivalent

None.

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

XRValue