WinProperties.Label Class

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

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControlProperties.Common
    Microsoft.VisualStudio.TestTools.UITesting.WinProperties.Common
      Microsoft.VisualStudio.TestTools.UITesting.WinProperties.Text
        Microsoft.VisualStudio.TestTools.UITesting.WinProperties.Label

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.Label Members

Microsoft.VisualStudio.TestTools.UITesting Namespace