共用方式為


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 命名空間