Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides UITechnologyElement.TopLevelElement.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overrides Property TopLevelElement As UITechnologyElement
Get
Set
public override UITechnologyElement TopLevelElement { get; set; }
public:
virtual property UITechnologyElement^ TopLevelElement {
UITechnologyElement^ get () override;
void set (UITechnologyElement^ value) override;
}
abstract TopLevelElement : UITechnologyElement with get, set
override TopLevelElement : UITechnologyElement with get, set
override function get TopLevelElement () : UITechnologyElement
override function set TopLevelElement (value : UITechnologyElement)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
Returns 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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace