IXRAttachedObject (Compact 2013)
3/28/2014
Defines an interface to an object that can be attached to another object.
Syntax
class IXRAttachedObject : public IUnknown
Public Data Members
None
Protected Data Members
None
Member Functions
Member Function |
Description |
---|---|
IXRAttachedObject.GetAttachedDependencyObject(IXRDependencyObject * *) |
Retrieves the core dependency object for this IXRAttachedObject object. |
IXRAttachedObject.GetTargetDependencyObject(IXRDependencyObject * *) |
Retrieves the current target object. |
Attaches the current object to an existing object. |
|
Detaches the current object from an existing object. |