winrt::get_interfaces 函式 (C++/WinRT)
協助程式函式,擷取陣列,其中包含 C++/WinRT 物件所實作之介面的識別碼。 這些是從 IInspectable::GetIids呼叫傳回的相同識別碼。
另請參閱 implements::find_interface 和 implements::get_local_iids 函式。
語法
inline winrt::com_array<GUID> get_interfaces(winrt::Windows::Foundation::IInspectable const& object);
參數
object
要運作的 C++/WinRT 物件。
傳回值
包含介面識別碼 的 winrt::com_array 。
規格需求
最低支援的 SDK:Windows SDK 10.0.17134.0 版 (Windows 10版本 1803)
命名空間: winrt
標頭: %WindowsSdkDir%IncludeWindowsTargetPlatformVersion <> \cppwinrt\winrt\base. (h 預設包含)