PropertyExpressionCollection.AddRange 方法 (PropertyExpressionCollection)
将所提供集合中的所有属性表达式添加到当前集合中。
命名空间: Microsoft.VisualStudio.TestTools.UITesting
程序集: Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
语法
声明
Public Sub AddRange ( _
collectionToAdd As PropertyExpressionCollection _
)
public void AddRange(
PropertyExpressionCollection collectionToAdd
)
public:
void AddRange(
PropertyExpressionCollection^ collectionToAdd
)
member AddRange :
collectionToAdd:PropertyExpressionCollection -> unit
public function AddRange(
collectionToAdd : PropertyExpressionCollection
)
参数
collectionToAdd
类型:Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection一个 PropertyExpressionCollection 对象。
备注
如果集合中出现一个给定属性表达式,则会对其进行更新。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。
请参阅
参考
PropertyExpressionCollection 类