WinProperties.TabPage Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Class that contains strings to access specific properties of a Windows Form TabPage control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public MustInherit Class TabPage _
    Inherits WinProperties..::..Common
'Usage
Dim instance As WinProperties.TabPage
public abstract class TabPage : WinProperties..::..Common
public ref class TabPage abstract : public WinProperties..::..Common
[<AbstractClassAttribute>]
type TabPage =  
    class
        inherit WinProperties..::..Common
    end
public abstract class TabPage extends WinProperties..::..Common

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControlProperties.Common
    Microsoft.VisualStudio.TestTools.UITesting.WinProperties.Common
      Microsoft.VisualStudio.TestTools.UITesting.WinProperties.TabPage

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WinProperties.TabPage Members

Microsoft.VisualStudio.TestTools.UITesting Namespace