windows.ui.xaml.hosting.referencetracker.h header

This header is used by Windows Runtime C++ reference. For more information, see:

windows.ui.xaml.hosting.referencetracker.h contains the following programming interfaces:

Interfaces

 
ui::xaml::hosting::referencetracker::IFindReferenceTargetsCallback

Defines the interface for callbacks from IReferenceTracker::FindTrackerTargets. The implementation of this interface must pass any IReferenceTrackerTarget instances it finds to the FoundTrackerTarget method.
ui::xaml::hosting::referencetracker::IReferenceTracker

Defines the interface implemented by the XAML framework for managing XAML object references.
ui::xaml::hosting::referencetracker::IReferenceTrackerHost

Defines an interface that provides the global services used by the garbage collection (GC) system used by the XAML framework.
ui::xaml::hosting::referencetracker::IReferenceTrackerManager

Defines the interface for a XAML object reference manager. Implement this interface to manage instances of IReferenceTracker on XAML objects.
ui::xaml::hosting::referencetracker::IReferenceTrackerTarget

Defines an interface implemented by a garbage collector object referenced from XAML.