Condividi tramite


Proprietà SetBaseAction.SourceElements

 

Gli elementi di origine dell'evento SetValue.

Spazio dei nomi:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

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)

Valore proprietà

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

Vedere anche

Classe SetBaseAction
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

Torna all'inizio