WpfProperties.Pane 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 Pane _
    Inherits WpfProperties..::..ScrollViewer
'Usage
Dim instance As WpfProperties.Pane
public abstract class Pane : WpfProperties..::..ScrollViewer
public ref class Pane abstract : public WpfProperties..::..ScrollViewer
[<AbstractClassAttribute>]
type Pane =  
    class
        inherit WpfProperties..::..ScrollViewer
    end
public abstract class Pane extends WpfProperties..::..ScrollViewer

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControlProperties.Common
    Microsoft.VisualStudio.TestTools.UITesting.WpfProperties.Common
      Microsoft.VisualStudio.TestTools.UITesting.WpfProperties.ScrollViewer
        Microsoft.VisualStudio.TestTools.UITesting.WpfProperties.Pane

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

WpfProperties.Pane Members

Microsoft.VisualStudio.TestTools.UITesting Namespace