Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds all property expressions in the provided collection to the current collection.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
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
)
Parameters
collectionToAdd
Type: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollectionA PropertyExpressionCollection object.
Remarks
If a given property expression occurs in the collection, it is updated.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PropertyExpressionCollection Class