Share via


TBoundPropertyBase.Get(XRValue *) (Compact 2013)

3/28/2014

This method obtains an XRValue object that contains the value of the property in the property bag.

Syntax

HRESULT STDMETHODCALLTYPE Get(
XRValue * pValue)

Parameters

  • pValue
    [out] Pointer to an XRValue object that contains the value of the property.

Return Value

The following table shows the possible return values.

Value

Description

S_OK

The method was successful.

E_POINTER

The pValue parameter is not valid.

Remarks

The value type of the property in XRValue is defined in the PropertyType template parameter of the TBoundPropertyBase<PropertyType,StoreType> template class.

Requirements

Header

XRPropertyBag.h

See Also

Reference

TBoundPropertyBase<PropertyType,StoreType>
_ItemConverter
TBoundPropertyBase.Get