Layout.CopyTo(IView[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the child views to the specified array.
public:
virtual void CopyTo(cli::array <Microsoft::Maui::IView ^> ^ array, int arrayIndex);
public void CopyTo (Microsoft.Maui.IView[] array, int arrayIndex);
abstract member CopyTo : Microsoft.Maui.IView[] * int -> unit
override this.CopyTo : Microsoft.Maui.IView[] * int -> unit
Public Sub CopyTo (array As IView(), arrayIndex As Integer)
Parameters
- array
- IView[]
The target array to copy the child views to.
- arrayIndex
- Int32
The index at which the copying needs to start.
Implements
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.