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)
Usage
Syntax
'Declaration
Public Interface ISettingsTab
Inherits IConsoleTab
public interface ISettingsTab : IConsoleTab
public interface class ISettingsTab : IConsoleTab
public interface ISettingsTab extends IConsoleTab
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 XP
Target Platforms
Windows Home Server
See Also
Reference
ISettingsTab Members
Microsoft.HomeServer.Extensibility Namespace