XRValue::SetValue(const WCHAR*) (Compact 2013)

3/28/2014

This method sets a new value for pReadOnlyStringVal in XRValue.

Syntax

void SetValue(
    const WCHAR* pValue
)

Parameters

  • pValue
    [in] Pointer to the new string value.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

This method does not clone the string in pValue.

.NET Framework Equivalent

None.

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

XRValue::SetValue
XRValue