Compartilhar via


UIStackView.InsertArrangedSubview(UIView, nuint) Método

Definição

Adiciona view à pilha no especificado stackIndex.

[Foundation.Export("insertArrangedSubview:atIndex:")]
public virtual void InsertArrangedSubview (UIKit.UIView view, nuint stackIndex);
abstract member InsertArrangedSubview : UIKit.UIView * nuint -> unit
override this.InsertArrangedSubview : UIKit.UIView * nuint -> unit

Parâmetros

view
UIView

O UIView a ser adicionado.

stackIndex
System.System.UIntPtr System.unativeint

O índice de base zero no qual o view será inserido.

Atributos

Aplica-se a