HtmlProperties.Frame 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 for the HTML Frame or IFrame control.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControlProperties.Common
    Microsoft.VisualStudio.TestTools.UITesting.HtmlProperties.Common
      Microsoft.VisualStudio.TestTools.UITesting.HtmlProperties.Frame

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

HtmlProperties.Frame Members

Microsoft.VisualStudio.TestTools.UITesting Namespace