IXRTriggerBase (Compact 2013)
3/28/2014
This class serves as the base class for IXREventTrigger.
Syntax
class IXRTriggerBase : public IXRDependencyObject
Inheritance Hierarchy
IXRTriggerBase
Methods
This class defines no new methods. Its methods are inherited from IXRDependencyObject.
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
This class is present for compatibility. IXRTriggerBase is not intended to be derived from as a base for other trigger implementations.
If you create a class instance, use an IXRTriggerBasePtr 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 |