IRecorderElement.TopLevelElement 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
Property TopLevelElement As IAfxElement
Get
Set
'Usage
Dim instance As IRecorderElement
Dim value As IAfxElement
value = instance.TopLevelElement
instance.TopLevelElement = value
IAfxElement TopLevelElement { get; set; }
property IAfxElement^ TopLevelElement {
IAfxElement^ get ();
void set (IAfxElement^ value);
}
function get TopLevelElement () : IAfxElement
function set TopLevelElement (value : IAfxElement)
abstract TopLevelElement : IAfxElement with get, set
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IAfxElement
.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.