Share via


UIPickerViewDelegate_Extensions.GetView Method

Definition

The UIView of the specified component in row.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIView GetView(this UIKit.IUIPickerViewDelegate This, UIKit.UIPickerView pickerView, IntPtr row, IntPtr component, UIKit.UIView? view);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetView : UIKit.IUIPickerViewDelegate * 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

Attributes

Applies to