ControlBuildDefinitionWorkspaceTab.TabPage Property

Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property TabPage As Control
public Control TabPage { get; }
public:
virtual property Control^ TabPage {
    Control^ get () sealed;
}
abstract TabPage : Control with get 
override TabPage : Control with get
final function get TabPage () : Control

Property Value

Type: System.Windows.Forms.Control
Returns Control.

Implements

ITabPageProvider.TabPage

.NET Framework Security

See Also

Reference

ControlBuildDefinitionWorkspaceTab Class

Microsoft.TeamFoundation.Build.Controls Namespace