VisualStateGroupList.CopyTo(VisualStateGroup[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 arrayIndex
處開始,將清單群組複製到指定的 array
。
public void CopyTo (Xamarin.Forms.VisualStateGroup[] array, int arrayIndex);
abstract member CopyTo : Xamarin.Forms.VisualStateGroup[] * int -> unit
override this.CopyTo : Xamarin.Forms.VisualStateGroup[] * int -> unit
參數
- array
- VisualStateGroup[]
- arrayIndex
- System.Int32
實作
System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32)