Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
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)
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

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.


Development Platforms

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

Target Platforms

Windows Home Server
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker