WindowTabTearOutRequestedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 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
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows Desktop Extension SDK (已於 10.0.23504.0 引進)
|
API contract |
Windows.UI.Shell.WindowTabManagerContract (已於 v1.0 引進)
|
備註
重要
此 API 僅適用于 Win32 傳統型應用程式。 不支援 UWP 和其他應用程式類型。
屬性
Tab |
取得應該移至新視窗的視窗索引標籤。 |
WindowId |
取得或設定索引標籤所移至之新視窗的識別碼。 |
方法
GetDeferral() |
取得延遲物件,該物件會延遲事件完成,直到為索引標籤建立新的視窗為止。 |