SetSelection.SelectedChildElement 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.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property SelectedChildElement As IAfxElement
    Get
    Set
'Usage
Dim instance As SetSelection
Dim value As IAfxElement

value = instance.SelectedChildElement

instance.SelectedChildElement = value
public IAfxElement SelectedChildElement { get; set; }
public:
property IAfxElement^ SelectedChildElement {
    IAfxElement^ get ();
    void set (IAfxElement^ value);
}
function get SelectedChildElement () : IAfxElement
function set SelectedChildElement (value : IAfxElement)
member SelectedChildElement : IAfxElement with get, set

Property Value

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

.NET Framework Security

See Also

Reference

SetSelection Class

SetSelection Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace