iXRPropertyBinding (Compact 7)
3/12/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 |
---|---|
Initializes the property and specifies the property bag that owns the property. |
|
Obtains the current value of the property in the property bag. |
|
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 |