共用方式為


iXamlDiagnostics 介面 (xamlom.h)

表示 XAML 診斷會話。

繼承

IXamlDiagnostics 介面繼承自 IUnknown 介面。 IXamlDiagnostics 也有下列類型的成員:

方法

IXamlDiagnostics 介面具有這些方法。

 
IXamlDiagnostics::GetApplication

取得應用程式的實例。
IXamlDiagnostics::GetDispatcher

取得用來存取 UI 線程上專案的核心發送器。
IXamlDiagnostics::GetHandleFromIInspectable

取得 IInspectable 的 InstanceHandle 表示法。
IXamlDiagnostics::GetIInspectableFromHandle

從 XAML 診斷快取取得 IInspectable。
IXamlDiagnostics::GetInitializationData

取得傳入 XAML 診斷的初始化數據。
IXamlDiagnostics::GetUiLayer

取得可視化診斷根目錄,可用來繪製樹狀結構中的元素。
IXamlDiagnostics::HitTest

取得可視化樹狀結構中落在指定矩形內的所有元素。
IXamlDiagnostics::RegisterInstance

將 IInspectable 新增至 XAML 診斷快取,並傳回物件新建立的 InstanceHandle。

規格需求

需求
最低支援的用戶端 Windows 10 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2016 [僅限傳統型應用程式]
目標平台 Windows
標頭 xamlom.h

另請參閱

IUnknown