IConsoleTab Interface
IConsoleTab Interface
Represents an individual tab on the Windows Home Server Console.

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

Syntax

Visual Basic
Public Interface IConsoleTab
C#
public interface IConsoleTab
C++
public interface class IConsoleTab
J#
public interface IConsoleTab
JScript
public interface IConsoleTab
Remarks

IConsoleTab represents an individual tab on the Windows Home Server Console.

Classes that implement this interface as part of an add-in must have public access modifiers.

Classes that create tabs for Windows Home Server without Power Pack 1 must be contained in the Microsoft.HomeServer.HomeServerConsoleTab namespace, must be named HomeServerTabExtender, and must implement the IConsoleTab interface. Classes that create tabs for Windows Home Server with Power Pack 1 can be contained in any namespace and have any name, and also must implement the IConsoleTab interface. If you load an add-in that was created for Windows Home Server without Power Pack 1, then any add-in that is loaded in addition to this add-in must follow the rules for Windows Home Server without Power Pack 1 or the add-in will be ignored.


Platforms

Development Platforms

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

Target Platforms

Windows Home Server
See Also

Page view tracker