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 から始まるインデックス番号。

適用対象