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
'Declaration
Public ReadOnly Property SourceElements As List(Of UITechnologyElement)
public List<UITechnologyElement> SourceElements { get; }
public:
property List<UITechnologyElement^>^ SourceElements {
List<UITechnologyElement^>^ get ();
}
member SourceElements : List<UITechnologyElement> with get
function get SourceElements () : List<UITechnologyElement>
Property Value
Type: List<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.