iXRPropertyBinding.Get(XRValue *) (Compact 2013)

3/28/2014

This method obtains the current 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 current 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 XRValue object pointer is not valid.

Remarks

This method is an abstract, virtual method that is defined for derived, non-abstract classes to provide an implementation for the method. For an example of a derived method implementation, see TBoundProperty@.Get(XRValue *).

Requirements

Header

XRPropertyBag.h

See Also

Reference

iXRPropertyBinding