IConsoleServices.GetTab Method
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

Visual Basic
Function GetTab ( _
    tabIdentifier As String _
) As IConsoleTab
C#
IConsoleTab GetTab (
    string tabIdentifier
)
C++
IConsoleTab^ GetTab (
    String^ tabIdentifier
)
J#
IConsoleTab GetTab (
    String tabIdentifier
)
JScript
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

Page view tracker