UIPickerViewModel.GetView(UIPickerView, nint, nint, UIView) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[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
Parametri
- pickerView
- UIPickerView
- row
- System.System.IntPtr System.nativeint
- component
- System.System.IntPtr System.nativeint
- view
- UIView
Restituisce
- Attributi