Share via


ProductManager.Tabs Property

Definition

Gets a read-only list of tabs available through the current ProductManager instance.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::Tab ^> ^ Tabs { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::Tab ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.Tab> Tabs { get; }
member this.Tabs : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.Tab>
Public ReadOnly Property Tabs As ReadOnlyCollection(Of Tab)

Property Value

A generic ReadOnlyCollection of Tab instances.

Remarks

The Tab object serves as the base class for three native tab types: GroupTab, PillarTab and KeywordTab. See Tab for additional information about these UI elements.

Applies to

See also