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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.