Sdílet prostřednictvím


UIPickerViewModel.GetView(UIPickerView, IntPtr, IntPtr, UIView) Method

Definition

The UIView of the specified component in row.

[Foundation.Export("pickerView:viewForRow:forComponent:reusingView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIView GetView(UIKit.UIPickerView pickerView, IntPtr row, IntPtr component, UIKit.UIView? view);
[<Foundation.Export("pickerView:viewForRow:forComponent:reusingView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetView : UIKit.UIPickerView * nativeint * nativeint * UIKit.UIView -> UIKit.UIView
override this.GetView : UIKit.UIPickerView * nativeint * nativeint * UIKit.UIView -> UIKit.UIView

Parameters

pickerView
UIPickerView
row
IntPtr

nativeint

component
IntPtr

nativeint

view
UIView

A UIView previously used to display this row. This argument may be null.

Returns

Implements

Attributes

Applies to