UIPickerViewModel.GetView(UIPickerView, nint, nint, 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.
[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
Parameters
- pickerView
- UIPickerView
- row
- System.System.IntPtr System.nativeint
- component
- System.System.IntPtr System.nativeint
- view
- UIView
Returns
- Attributes