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>

适用于