Partager via


UIPickerViewDelegate_Extensions Classe

Définition

Méthodes d’extension à l’interface IUIPickerViewDelegate pour prendre en charge toutes les méthodes du UIPickerViewDelegate protocole.

public static class UIPickerViewDelegate_Extensions
type UIPickerViewDelegate_Extensions = class
Héritage
UIPickerViewDelegate_Extensions

Remarques

Les méthodes d’extension pour IUIPickerViewDelegate permettre aux développeurs de traiter les instances de l’interface comme ayant toutes les méthodes facultatives du protocole d’origine UIPickerViewDelegate . Étant donné que l’interface contient uniquement les membres requis, ces méthodes d’extension permettent aux développeurs d’appeler les membres facultatifs du protocole.

Méthodes

GetAttributedTitle(IUIPickerViewDelegate, UIPickerView, nint, nint)

Méthode appelée pour obtenir une chaîne attributée pour un composant particulier dans la vue sélecteur.

GetComponentWidth(IUIPickerViewDelegate, UIPickerView, nint)

Largeur du composant à l’index spécifié.

GetRowHeight(IUIPickerViewDelegate, UIPickerView, nint)

Hauteur du composant à l’index spécifié.

GetTitle(IUIPickerViewDelegate, UIPickerView, nint, nint)

Titre du composant spécifié dans la ligne spécifiée.

GetView(IUIPickerViewDelegate, UIPickerView, nint, nint, UIView)

Méthodes d’extension à l’interface IUIPickerViewDelegate pour prendre en charge toutes les méthodes du UIPickerViewDelegate protocole.

Selected(IUIPickerViewDelegate, UIPickerView, nint, nint)

Indique que l’utilisateur a sélectionné une ligne dans le composant.

S’applique à