Share via


TabView.TabItems Property

Definition

Gets the collection used to generate the tabs within the control.

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)

Property Value

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

Applies to