ResultPropertyCollection.CopyTo Methode

Definitie

Kopieert de eigenschappen van deze verzameling naar een matrix, te beginnen bij een bepaalde index van de matrix.

public:
 void CopyTo(cli::array <System::DirectoryServices::ResultPropertyValueCollection ^> ^ array, int index);
public void CopyTo(System.DirectoryServices.ResultPropertyValueCollection[] array, int index);
override this.CopyTo : System.DirectoryServices.ResultPropertyValueCollection[] * int -> unit
Public Sub CopyTo (array As ResultPropertyValueCollection(), index As Integer)

Parameters

array
ResultPropertyValueCollection[]

Een matrix van het type ResultPropertyValueCollection dat de eigenschappen van deze verzameling ontvangt.

index
Int32

De matrixindex op basis van nul waarop de eigenschappen moeten worden gekopieerd.

Van toepassing op