SetBaseAction.SourceElements 属性

SetValue事件的源元素。

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

语法

声明
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>

属性值

类型:System.Collections.Generic.List<UITechnologyElement>

.NET Framework 安全性

请参见

参考

SetBaseAction 类

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