Share via


WindowTabManager.Tabs Property

Definition

Gets the collection of tabs managed by this tab manager.

public:
 property WindowTabCollection ^ Tabs { WindowTabCollection ^ get(); };
WindowTabCollection Tabs();
public WindowTabCollection Tabs { get; }
var windowTabCollection = windowTabManager.tabs;
Public ReadOnly Property Tabs As WindowTabCollection

Property Value

The collection of tabs managed by this tab manager.

Remarks

Important

This API is for Win32 desktop apps only. UWP and other app types are not supported.

Applies to