ResultPropertyCollection.CopyTo Metod

Definition

Kopierar egenskaperna från den här samlingen till en matris med början vid ett visst index för matrisen.

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)

Parametrar

array
ResultPropertyValueCollection[]

En matris av typen ResultPropertyValueCollection som tar emot den här samlingens egenskaper.

index
Int32

Det nollbaserade matrisindex där egenskaperna ska börja kopieras.

Gäller för