Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Sub CopyTo ( _
expressionArray As PropertyExpression(), _
arrayIndex As Integer _
)
public void CopyTo(
PropertyExpression[] expressionArray,
int arrayIndex
)
public:
virtual void CopyTo(
array<PropertyExpression^>^ expressionArray,
int arrayIndex
) sealed
abstract CopyTo :
expressionArray:PropertyExpression[] *
arrayIndex:int -> unit
override CopyTo :
expressionArray:PropertyExpression[] *
arrayIndex:int -> unit
public final function CopyTo(
expressionArray : PropertyExpression[],
arrayIndex : int
)
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.
Implements
ICollection<T>.CopyTo(array<T[], 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.
See Also
Reference
PropertyExpressionCollection Class