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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.