ISettingsTab Interface
ISettingsTab Interface
Represents an individual Settings tab on the Windows Home Server Console Settings page dialog.
Namespace: Microsoft.HomeServer.Extensibility
Assembly: HomeServerExt (in homeserverext.dll)
Assembly: HomeServerExt (in homeserverext.dll)
Usage
Syntax
Visual Basic
Public Interface ISettingsTab Inherits IConsoleTab
C#
public interface ISettingsTab : IConsoleTab
C++
public interface class ISettingsTab : IConsoleTab
J#
public interface ISettingsTab extends IConsoleTab
JScript
public interface ISettingsTab extends IConsoleTab
Remarks
The ISettingsTab interface implements the IConsoleTab interface. As such, it implements all the properties and methods of IConsoleTab.
ISettingsTab represents a Settings page tab on the Windows Home Server Console Settings page. Settings tabs can be associated with a particular Console tab. Console tabs are instantiations of the IConsoleTab interface. Console tabs call their associated Settings page tabs by using the SettingsGuid property of the ISettingsTab interface.
Classes that implement this interface as part of an add-in must have public access modifiers.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XPTarget Platforms
Windows Home Server
See Also