IConsoleServices.GetTabs Method

Returns a collection of IConsoleTab objects that are loaded in the Windows Home Server Console.

Namespace: Microsoft.HomeServer.Extensibility
Assembly: HomeServerExt (in homeserverext.dll)

Usage

Syntax

'Declaration
Function GetTabs As IConsoleTab()
IConsoleTab[] GetTabs ()
array<IConsoleTab^>^ GetTabs ()
IConsoleTab[] GetTabs ()
function GetTabs () : IConsoleTab[]

Return Value

An instance of Array that contains the IConsoleTab objects that are loaded in the Windows Home Server Console.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server

See Also

Reference

IConsoleServices Interface
IConsoleServices Members
Microsoft.HomeServer.Extensibility Namespace