Partager via


Propriété SetBaseAction.SourceElements

 

Les éléments source de l'événement SetValue.

Espace de noms:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

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)

Valeur de propriété

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

Voir aussi

SetBaseAction, classe
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

Retour au début