WindowTabGroup 类

定义

表示可以与之关联的组 WindowTab

public ref class WindowTabGroup sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.UI.Shell.WindowTabManagerContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Shell.WindowTabManagerContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class WindowTabGroup final
[Windows.Foundation.Metadata.Activatable(65536, "Windows.UI.Shell.WindowTabManagerContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Shell.WindowTabManagerContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class WindowTabGroup
function WindowTabGroup()
Public NotInheritable Class WindowTabGroup
继承
Object Platform::Object IInspectable WindowTabGroup
属性

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.23504.0 中引入)
API contract
Windows.UI.Shell.WindowTabManagerContract (在 v1.0 中引入)

注解

重要

此 API 仅适用于 Win32 桌面应用。 不支持 UWP 和其他应用类型。

构造函数

WindowTabGroup()

初始化 WindowTabGroup 类的新实例。

属性

Icon

获取或设置系统为一组选项卡显示的图标。

Title

获取或设置系统显示为一组选项卡标题的文本。

适用于