IUIPickerViewDataSource.GetRowsInComponent(UIPickerView, nint) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O número de linhas no componente especificado.
[Foundation.Export("pickerView:numberOfRowsInComponent:")]
[Foundation.Preserve(Conditional=true)]
public nint GetRowsInComponent (UIKit.UIPickerView pickerView, nint component);
abstract member GetRowsInComponent : UIKit.UIPickerView * nint -> nint
Parâmetros
- pickerView
- UIPickerView
- component
- System.System.IntPtr System.nativeint
Retornos
System.System.IntPtr
System.nativeint
- Atributos