IXRInteraction.GetTriggers(IXRDependencyObject *,IXRInteractivityTriggerBaseCollection * *) (Compact 2013)
3/28/2014
This method returns the IXRInteractivityTriggerBaseCollection corresponding to a given IXRDependencyObject.
Syntax
virtual HRESULT GetTriggers(
IXRDependencyObject *pDependencyObject,
IXRInteractivityTriggerBaseCollection **ppTriggerCollection)
Parameters
- pDependencyObject
[in] Pointer to an IXRDependencyObject for which you want to return the IXRAttachedObjectCollection.
- ppTriggerCollection
[out] Pointer to an IXRInteractivityTriggerBaseCollection pointer.
Return Value
Implement this method so that it returns S_OK if successful; otherwise, return the appropriate HRESULT value to indicate that the method was not successful.