WindowTabManager.Tabs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.