Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PropertyExpressionCollection::CopyTo Method (array<PropertyExpression^>^, Int32)

 

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

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
virtual void CopyTo(
	array<PropertyExpression^>^ expressionArray,
	int arrayIndex
) sealed

Parameters

expressionArray
Type: array<Microsoft.VisualStudio.TestTools.UITesting::PropertyExpression^>^

An array of PropertyExpression objects.

arrayIndex
Type: System::Int32

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

Return to top
Show: