Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Copies the WebTestContext elements to an array of KeyValuePair objects
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
keyValuePairArray As KeyValuePair(Of String, Object)(), _
index As Integer _
)
public void CopyTo(
KeyValuePair<string, Object>[] keyValuePairArray,
int index
)
public:
virtual void CopyTo(
array<KeyValuePair<String^, Object^>>^ keyValuePairArray,
int index
) sealed
abstract CopyTo :
keyValuePairArray:KeyValuePair<string, Object>[] *
index:int -> unit
override CopyTo :
keyValuePairArray:KeyValuePair<string, Object>[] *
index:int -> unit
public final function CopyTo(
keyValuePairArray : KeyValuePair<String, Object>[],
index : int
)
Parameters
keyValuePairArray
Type: array<KeyValuePair<String, Object>[]The name of the array objects where the copy resides.
index
Type: Int32The starting index location where the array of objects is copied.
Implements
ICollection.CopyTo(UTP, 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.