IConsoleServices.GetTab Method

Returns the IConsoleTab object that is associated to the specified identifier.

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

Usage

Syntax

'Declaration
Function GetTab ( _
    tabIdentifier As String _
) As IConsoleTab
IConsoleTab GetTab (
    string tabIdentifier
)
IConsoleTab^ GetTab (
    String^ tabIdentifier
)
IConsoleTab GetTab (
    String tabIdentifier
)
function GetTab (
    tabIdentifier : String
) : IConsoleTab

Parameters

  • tabIdentifier
    A string that is used to identify an IConsoleTab object. The tabIdentifier parameter can be a Guid in string form.

Return Value

An instance of IConsoleTab that is associated to the specified identifier.

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