ITabPageProvider Interface
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Interface ITabPageProvider
public interface ITabPageProvider
public interface class ITabPageProvider
type ITabPageProvider = interface end
public interface ITabPageProvider
The ITabPageProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsDirty | ||
IsValid | ||
TabPage |
Top
Methods
Name | Description | |
---|---|---|
DataChanged | ||
GetPreferredSize | ||
Initialize | ||
LoadData | ||
SaveData | ||
Uninitialize | ||
ValidateControls |
Top
Events
Name | Description | |
---|---|---|
ControlDataChanged | ||
IsValidChanged |
Top