XamlWebView Class
Represents a XamlWebView control.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlWebView
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Class XamlWebView _
Inherits UITestControl
public class XamlWebView : UITestControl
public ref class XamlWebView : public UITestControl
type XamlWebView =
class
inherit UITestControl
end
public class XamlWebView extends UITestControl
The XamlWebView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XamlWebView() | Initializes a new instance of the XamlWebView class. | |
XamlWebView(UITestControl) | Initializes a new instance of the XamlWebView class. |
Top
Properties
Top
Methods
Top
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
Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace