次の方法で共有


WindowTabTearOutRequestedEventArgs クラス

定義

WindowTabManager.TabTearOutRequested イベントのデータを提供します。

public ref class WindowTabTearOutRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Shell.WindowTabManagerContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowTabTearOutRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Shell.WindowTabManagerContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowTabTearOutRequestedEventArgs
Public NotInheritable Class WindowTabTearOutRequestedEventArgs
継承
Object Platform::Object IInspectable WindowTabTearOutRequestedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.23504.0 で導入)
API contract
Windows.UI.Shell.WindowTabManagerContract (v1.0 で導入)

注釈

重要

この API は、Win32 デスクトップ アプリ専用です。 UWP やその他のアプリの種類はサポートされていません。

プロパティ

Tab

新しいウィンドウに移動するウィンドウ タブを取得します。

WindowId

タブを移動する新しいウィンドウの識別子を取得または設定します。

メソッド

GetDeferral()

タブの新しいウィンドウが作成されるまでイベントの完了を遅延する遅延オブジェクトを取得します。

適用対象

こちらもご覧ください