Share via


SetBaseAction.SourceElements Property

 

The source elements of the SetValue event.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public List<UITechnologyElement> SourceElements { get; }
public:
property List<UITechnologyElement^>^ SourceElements {
    List<UITechnologyElement^>^ get();
}
member SourceElements : List<UITechnologyElement> with get
Public ReadOnly Property SourceElements As List(Of UITechnologyElement)

Property Value

Type: System.Collections.Generic.List<UITechnologyElement>

See Also

SetBaseAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top