IAfxElement.SwitchingElement 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 SwitchingElement As IAfxElement
    Get
    Set
'Usage
Dim instance As IAfxElement
Dim value As IAfxElement

value = instance.SwitchingElement

instance.SwitchingElement = value
IAfxElement SwitchingElement { get; set; }
property IAfxElement^ SwitchingElement {
    IAfxElement^ get ();
    void set (IAfxElement^ value);
}
function get SwitchingElement () : IAfxElement
function set SwitchingElement (value : IAfxElement)
abstract SwitchingElement : IAfxElement with get, set

Property Value

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

.NET Framework Security

See Also

Reference

IAfxElement Interface

IAfxElement Members

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace