SetBaseAction.SourceElements 属性

 

SetValue 事件的源元素。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

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)

属性值

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

请参阅

SetBaseAction 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首