Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1.4 KB

nn-microsoft-ui-xaml-hosting-referencetracker-ireferencetracker.md

File metadata and controls

49 lines (42 loc) · 1.4 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.header req.idl req.include-header req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NN:microsoft.ui.xaml.hosting.referencetracker.IReferenceTracker
winuicominterop
IReferenceTracker
09/10/2021
Windows
Defines the interface implemented by the XAML framework for managing XAML object references.
false
iface
microsoft.ui.xaml.hosting.referencetracker.h
Windows 10, version 1809 (with Windows App SDK 0.5 or later)
apiref
COM
microsoft.ui.xaml.hosting.referencetracker.h
IReferenceTracker
IReferenceTracker
microsoft.ui.xaml.hosting.referencetracker/IReferenceTracker
c++

-description

Defines the interface implemented by the XAML framework for managing XAML object references.

-inheritance

The IReferenceTracker interface inherits from the IUnknown interface. IReferenceTracker also has these types of members:

-remarks

This interface is implemented by most XAML framework objects. It is not defined as agile, nor does it marshal across apartments. Use it only from within the apartment of the XAML object that implements it.

-see-also