UIPickerViewModel.GetView(UIPickerView, nint, nint, UIView) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[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
参数
- pickerView
- UIPickerView
- row
- System.System.IntPtr System.nativeint
- component
- System.System.IntPtr System.nativeint
- view
- UIView
返回
- 属性