IXRSetterBase (Compact 2013)
3/28/2014
This class represents the base class for value-setting objects.
Syntax
class IXRSetterBase : public IXRDependencyObject
Inheritance Hierarchy
IXRSetterBase
Methods
Method |
Description |
---|---|
Retrieves a value that indicates whether this object is in an immutable state. |
Thread Safety
Members of this class are thread-safe if you previously called IXRApplication::CreateHostFromXaml and supplied it with an XRWindowCreateParams structure that has AllowsMultipleThreadAccess set to true.
Remarks
IXRSetterBase is the base class for IXRSetter objects.
If you create a class instance, use an IXRSetterBasePtr smart pointer instead of a raw interface pointer. For more information, see XRPtr<Interface>.
.NET Framework Equivalent
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |