UIPickerViewDelegate_Extensions.GetView 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.
public static UIKit.UIView GetView (this UIKit.IUIPickerViewDelegate This, UIKit.UIPickerView pickerView, nint row, nint component, UIKit.UIView view);
static member GetView : UIKit.IUIPickerViewDelegate * UIKit.UIPickerView * nint * nint * UIKit.UIView -> UIKit.UIView
Parameters
The instance on which this extension method operates.
- pickerView
- UIPickerView
- row
- System.System.IntPtr System.nativeint
- component
- System.System.IntPtr System.nativeint
- view
- UIView