UIPickerViewModel.GetView(UIPickerView, nint, nint, UIView) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Foundation.Export("pickerView:viewForRow:forComponent:reusingView:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIView GetView (UIKit.UIPickerView pickerView, nint row, nint component, UIKit.UIView view);
abstract member GetView : UIKit.UIPickerView * nint * nint * UIKit.UIView -> UIKit.UIView
override this.GetView : UIKit.UIPickerView * nint * nint * UIKit.UIView -> UIKit.UIView
Parâmetros
- pickerView
- UIPickerView
- row
- System.System.IntPtr System.nativeint
- component
- System.System.IntPtr System.nativeint
- view
- UIView
Retornos
- Atributos