SetBaseAction.SourceElements Propriedade
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
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)
Valor de propriedade
Type: System.Collections.Generic.List<UITechnologyElement>
Consulte também
Classe SetBaseAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common
Retornar ao topo