iXRPropertyBinding (Compact 2013)

3/28/2014

This C++ class is an abstract base class for a derived class that represents a property in a property bag.

Syntax

interface iXRPropertyBinding 

Members

The following table lists any methods that belong to this class.

Methods

Methods

Description

iXRPropertyBinding.SetOwner(iXRPropertyBagBinding *)

Initializes the property and specifies the property bag that owns the property.

iXRPropertyBinding.Get(XRValue *)

Obtains the current value of the property in the property bag.

iXRPropertyBinding.Set(XRValue *)

Sets a new value for the property in the property bag.

Thread Safety

Members of this class are virtual methods and don’t yet have implementations; therefore, they are not thread safe. To ensure thread safety in a derived class, the derived method implementations can implement functionality to block other threads.

Remarks

iXRPropertyBinding is a super class type for the intermediate base class TBoundPropertyBase.

Requirements

Header

XRPropertyBag.h

See Also

Reference

Classes for Populating UI Elements with Data