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.
WebTestContext::CopyTo Method (array<KeyValuePair<String^, Object^>>^, Int32)
Copies the WebTestContext elements to an array of KeyValuePair<TKey, TValue> objects
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: virtual void CopyTo( array<KeyValuePair<String^, Object^>>^ keyValuePairArray, int index ) sealed
Parameters
- keyValuePairArray
-
Type:
array<System.Collections.Generic::KeyValuePair<String^, Object^>>^
The name of the array objects where the copy resides.
- index
-
Type:
System::Int32
The starting index location where the array of objects is copied.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)
Show: