Share via


UITechnologyElement.TopLevelElement Property

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

Syntax

'Declaration
Public MustOverride Property TopLevelElement As UITechnologyElement
public abstract UITechnologyElement TopLevelElement { get; set; }
public:
virtual property UITechnologyElement^ TopLevelElement {
    UITechnologyElement^ get () abstract;
    void set (UITechnologyElement^ value) abstract;
}
abstract TopLevelElement : UITechnologyElement with get, set
abstract function get TopLevelElement () : UITechnologyElement 
abstract function set TopLevelElement (value : UITechnologyElement)

Property Value

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

.NET Framework Security

See Also

Reference

UITechnologyElement Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace