winrt::get_interfaces function (C++/WinRT)
Fonction d’assistance qui récupère un tableau contenant les identificateurs des interfaces implémentées par un objet C++/WinRT . Il s’agit des mêmes identificateurs retournés par un appel à IInspectable::GetIids.
Consultez également les fonctions implémentes::find_interface et implémente::get_local_iids fonctions.
Syntaxe
inline winrt::com_array<GUID> get_interfaces(winrt::Windows::Foundation::IInspectable const& object);
Paramètres
object
Objet C++/WinRT à utiliser.
Valeur retournée
Winrt::com_array contenant les identificateurs d’interface.
Spécifications
Kit de développement logiciel (SDK) pris en charge minimum : Windows SDK version 10.0.0.17134.0 (Windows 10, version 1803)
Espace de noms : winrt
En-tête : %WindowsSdkDir%IncludeWindowsTargetPlatformVersion<>\cppwinrt\winrt\base.h (inclus par défaut)