IShareWindowCommandSourceInterop 介面 (sharewindowcommandsourceinterop.h)
允許取得 ShareWindowCommandSource 物件的原生互操作介面。 此介面僅適用於 C++。 另請參閱 IShareWindowCommandSourceInterop.GetForWindow。
重要
IShareWindowCommandSourceInterop API 是有限存取功能的一部分, (請參閱 LimitedAccessFeatures 類別) 。 如需詳細資訊或要求解除鎖定令牌,請連絡 Microsoft 支援服務。
繼承
IShareWindowCommandSourceInterop 介面繼承自 IUnknown 介面。
方法
IShareWindowCommandSourceInterop 介面具有這些方法。
IShareWindowCommandSourceInterop::GetForWindow 取得與視窗標識碼對應的 ShareWindowCommandSource 物件, (視窗句柄) 。 (IShareWindowCommandSourceInterop::GetForWindow) |
備註
以下是程式碼範例。
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)));
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 組建 22000 |
最低支援的伺服器 | Windows 組建 22000 |
標頭 | sharewindowcommandsourceinterop.h |