Share via


TabView.TabItems 屬性

定義

取得用來在控件內產生索引標籤的集合。

public:
 property IVector<Platform::Object ^> ^ TabItems { IVector<Platform::Object ^> ^ get(); };
IVector<IInspectable> TabItems();
public IList<object> TabItems { get; }
var iVector = tabView.tabItems;
Public ReadOnly Property TabItems As IList(Of Object)

屬性值

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

適用於