PropertyInformationCollection.CopyTo(PropertyInformation[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從目標陣列的指定之索引開始,將整個 PropertyInformationCollection 集合複製到相容的一維 Array。
public:
void CopyTo(cli::array <System::Configuration::PropertyInformation ^> ^ array, int index);
public void CopyTo (System.Configuration.PropertyInformation[] array, int index);
member this.CopyTo : System.Configuration.PropertyInformation[] * int -> unit
Public Sub CopyTo (array As PropertyInformation(), index As Integer)
參數
- array
- PropertyInformation[]
一維 Array,是從 PropertyInformationCollection 集合複製項目之目的端。 Array 必須有以零為起始的索引。
- index
- Int32
array
中以零起始的索引,即開始複製的位置。
例外狀況
array
為 null
。