Share via


PropertyExpressionCollection.CopyTo(PropertyExpression[], Int32) Method

Definition

Copies the provided array of property expressions, starting at the specified index into the collection.

public:
 virtual void CopyTo(cli::array <Microsoft::VisualStudio::TestTools::UITesting::PropertyExpression ^> ^ expressionArray, int arrayIndex);
public void CopyTo (Microsoft.VisualStudio.TestTools.UITesting.PropertyExpression[] expressionArray, int arrayIndex);
abstract member CopyTo : Microsoft.VisualStudio.TestTools.UITesting.PropertyExpression[] * int -> unit
override this.CopyTo : Microsoft.VisualStudio.TestTools.UITesting.PropertyExpression[] * int -> unit
Public Sub CopyTo (expressionArray As PropertyExpression(), arrayIndex As Integer)

Parameters

expressionArray
PropertyExpression[]

An array of PropertyExpression objects.

arrayIndex
Int32

An int that represents the starting index for copying the objects from the array.

Implements

Applies to