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
)

参数

备注

如果集合中出现一个给定属性表达式,则会对其进行更新。

.NET Framework 安全性

请参阅

参考

PropertyExpressionCollection 类

AddRange 重载

Microsoft.VisualStudio.TestTools.UITesting 命名空间

PropertyExpressionCollection