Share via


TabView.TabItems Propiedad

Definición

Obtiene la colección utilizada para generar las pestañas dentro del 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)

Valor de propiedad

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

Se aplica a