Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Copies all DataExplorerConnection object instances into an array, starting at a specified index.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As DataExplorerConnection(), _
index As Integer _
)
public void CopyTo(
DataExplorerConnection[] array,
int index
)
public:
void CopyTo(
array<DataExplorerConnection^>^ array,
int index
)
member CopyTo :
array:DataExplorerConnection[] *
index:int -> unit
public function CopyTo(
array : DataExplorerConnection[],
index : int
)
Parameters
array
Type: array<Microsoft.VisualStudio.Data.DataExplorerConnection[]The array that is the destination of the data explorer connections.
index
Type: System.Int32The zero-based index into the array at which copying begins.
.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.