Interfaccia IShareWindowCommandSourceInterop (sharewindowcommandsourceinterop.h)
Un'interfaccia di interoperabilità nativa che consente di ottenere un oggetto ShareWindowCommandSource . Questa interfaccia è disponibile solo in C++. Vedere anche IShareWindowCommandSourceInterop.GetForWindow.
Importante
L'API IShareWindowCommandSourceInterop fa parte di una funzionalità di accesso limitato (vedere La classe LimitedAccessFeatures). Per altre informazioni o per richiedere un token di sblocco, contattare supporto tecnico Microsoft.
Ereditarietà
L'interfaccia IShareWindowCommandSourceInterop eredita dall'interfaccia IUnknown.
Metodi
L'interfaccia IShareWindowCommandSourceInterop include questi metodi.
IShareWindowCommandSourceInterop::GetForWindow Ottiene l'oggetto ShareWindowCommandSource corrispondente a un identificatore di finestra (handle finestra). (IShareWindowCommandSourceInterop::GetForWindow) |
Commenti
Ecco un esempio di codice.
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)));
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Build 22000 |
Server minimo supportato | Windows Build 22000 |
Intestazione | sharewindowcommandsourceinterop.h |