UIPickerViewModel.GetView(UIPickerView, IntPtr, IntPtr, UIView) 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.
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
Returns
Implements
- Attributes