Copy collections to a PropertyExpression array.
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
    expressionArray As PropertyExpression(), _
    arrayIndex As Integer _
)
public void CopyTo(
    PropertyExpression[] expressionArray,
    int arrayIndex
)
public:
void CopyTo(
    array<PropertyExpression^>^ expressionArray, 
    int arrayIndex
)
member CopyTo : 
        expressionArray:PropertyExpression[] * 
        arrayIndex:int -> unit
public function CopyTo(
    expressionArray : PropertyExpression[], 
    arrayIndex : int
)
Parameters
expressionArray
Type: array<Microsoft.VisualStudio.TestTools.UITesting.PropertyExpression[]Array to be copied to.
- arrayIndex
Type: Int32 
.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.