UIPickerView.ViewFor(IntPtr, IntPtr) 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 for the specified row and component.
[Foundation.Export("viewForRow:forComponent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIView ViewFor(IntPtr row, IntPtr component);
[<Foundation.Export("viewForRow:forComponent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ViewFor : nativeint * nativeint -> UIKit.UIView
override this.ViewFor : nativeint * nativeint -> UIKit.UIView
Parameters
- row
-
IntPtr
nativeint
- component
-
IntPtr
nativeint
Returns
- Attributes