Partilhar via


Propriedade SetBaseAction.SourceElements

Os elementos de origem do evento SetValue.

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

SetBaseAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common