Interface IShareWindowCommandSourceInterop (sharewindowcommandsourceinterop.h)
Interface d’interopérabilité native qui permet d’obtenir un objet ShareWindowCommandSource . Cette interface est disponible en C++ uniquement. Consultez également IShareWindowCommandSourceInterop.GetForWindow.
Important
L’API IShareWindowCommandSourceInterop fait partie d’une fonctionnalité à accès limité (voir classe LimitedAccessFeatures). Pour plus d’informations ou pour demander un jeton de déverrouillage, contactez Support Microsoft.
Héritage
L’interface IShareWindowCommandSourceInterop hérite de l’interface IUnknown.
Méthodes
L’interface IShareWindowCommandSourceInterop possède ces méthodes.
IShareWindowCommandSourceInterop ::GetForWindow Obtient l’objet ShareWindowCommandSource correspondant à un identificateur de fenêtre (un handle de fenêtre). (IShareWindowCommandSourceInterop ::GetForWindow) |
Remarques
Voici un exemple de code :
auto interop_factory = winrt::get_activation_factory
<winrt::Windows::UI::Shell::ShareWindowCommandSource,
IShareWindowCommandSourceInterop>();
winrt::check_hresult(interop_factory->GetForWindow(
m_hwndOfMyAppCallWindow,
winrt::guid_of<winrt::Windows::UI::Shell::IShareWindowCommandSource>(),
winrt::put_abi(m_shareWindowCommandSource)));
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Build 22000 |
Serveur minimal pris en charge | Windows Build 22000 |
En-tête | sharewindowcommandsourceinterop.h |