PropertyCollection.CopyTo(PropertyValueCollection[], Int32) メソッド

定義

このコレクション内のすべてのオブジェクトを配列にコピーします。コピー先の配列の指定したインデックスからコピーが開始されます。

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

パラメーター

array
PropertyValueCollection[]

このコレクションの要素を受け取る PropertyValueCollection オブジェクトの配列。

index
Int32

array の 0 から始まるインデックス。この位置からこのコレクションのコピーが開始されます。

例外

基になるインターフェイスへの呼び出し中にエラーが発生しました。

適用対象