Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Copies the elements of the collection to an array, starting at a particular index.
Namespace: Microsoft.Web.Services3.Referral
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
'Usage
Dim array() As Via
Dim index As Integer
Dim viaCollection1 As ViaCollection
viaCollection1.CopyTo(array, index)
'Declaration
Public Sub CopyTo( _
ByVal array() As Via, _
ByVal index As Integer _
)
public void CopyTo(
Via[] array,
int index
);
public:
void CopyTo(
array<Via^>^ array,
int index
);
public void CopyTo(
Via[] array,
int index
);
public function CopyTo(
array : Via[],
index : int
) : Void;
- array
The array of type Via to receive the elements of the collection.
- index
The zero-based index of the starting point for the addition.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
ViaCollection Class
ViaCollection Members
Microsoft.Web.Services3.Referral Namespace