Skip to content

Latest commit

 

History

History
55 lines (48 loc) · 1.54 KB

nf-microsoft-ui-xaml-hosting-referencetracker-ireferencetrackerhost-releasedisconnectedreferencesources.md

File metadata and controls

55 lines (48 loc) · 1.54 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:microsoft.ui.xaml.hosting.referencetracker.IReferenceTrackerHost.ReleaseDisconnectedReferenceSources
winuicominterop
IReferenceTrackerHost::ReleaseDisconnectedReferenceSources
09/10/2021
Windows
Requests that the host call **IUnknown::Release** on any reference tracker objects that have been disconnected by a reference source.
false
function
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
IReferenceTrackerHost::ReleaseDisconnectedReferenceSources
IReferenceTrackerHost::ReleaseDisconnectedReferenceSources
microsoft.ui.xaml.hosting.referencetracker/IReferenceTrackerHost::ReleaseDisconnectedReferenceSources
c++

-description

Requests that the host call IUnknown::Release on any reference tracker objects that have been disconnected by a reference source.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

It is not necessary for the Release calls to come in on the same thread.

-see-also