共用方式為


WindowTabCollection 類別

定義

表示 WindowTab 值的已排序集合。

public ref class WindowTabCollection sealed : IIterable<WindowTab ^>, IVector<WindowTab ^>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Shell.WindowTabManagerContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowTabCollection final : IIterable<WindowTab>, IVector<WindowTab>
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Shell.WindowTabManagerContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowTabCollection : IEnumerable<WindowTab>, IList<WindowTab>
Public NotInheritable Class WindowTabCollection
Implements IEnumerable(Of WindowTab), IList(Of WindowTab)
繼承
Object Platform::Object IInspectable WindowTabCollection
屬性
實作

Windows 需求

裝置系列
Windows Desktop Extension SDK (已於 10.0.23504.0 引進)
API contract
Windows.UI.Shell.WindowTabManagerContract (已於 v1.0 引進)

備註

重要

此 API 僅適用于 Win32 傳統型應用程式。 不支援 UWP 和其他應用程式類型。

屬性

Size

取得集合) 的大小 (計數。

方法

Append(WindowTab)

將新項目加入至集合的結尾。

Clear()

移除集合的所有項目。

First()

傳回集合中專案的反覆運算器。

GetAt(UInt32)

傳回位於指定索引處的專案。

GetMany(UInt32, WindowTab[])

擷取單一傳遞反覆運算器中的多個專案。

GetView()

取得集合中的不可變檢視。

IndexOf(WindowTab, UInt32)

擷取指定專案的索引。

InsertAt(UInt32, WindowTab)

在指定的索引處插入指定的專案。

MoveTab(WindowTab, UInt32)

將指定的視窗索引標籤移至集合中的新位置。

RemoveAt(UInt32)

移除指定之索引處的項目。

RemoveAtEnd()

移除集合中的最後一個專案。

ReplaceAll(WindowTab[])

一開始會清除集合,然後將提供的陣列插入為新專案。

SetAt(UInt32, WindowTab)

將位於指定索引處的值設定為指定的 WindowTab 值。

適用於

另請參閱