SetBaseAction.SourceElements (Propiedad)

Los elementos del origen del evento SetValue.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

SetBaseAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)