言語

ResultPropertyCollection.CopyTo メソッド

定義

配列の特定のインデックスから始まる配列に、このコレクションからプロパティをコピーします。

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)

パラメーター

array
ResultPropertyValueCollection[]

このコレクションのプロパティを受け取る ResultPropertyValueCollection 型の配列。

index
Int32

プロパティのコピーを開始する位置を示す 0 から始まる配列インデックス。

適用対象