IUITestService.RootElement Property

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

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
ReadOnly Property RootElement As IAfxElement
    Get
'Usage
Dim instance As IUITestService
Dim value As IAfxElement

value = instance.RootElement
IAfxElement RootElement { get; }
property IAfxElement^ RootElement {
    IAfxElement^ get ();
}
function get RootElement () : IAfxElement
abstract RootElement : IAfxElement

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IAfxElement

.NET Framework Security

See Also

Reference

IUITestService Interface

IUITestService Members

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace