IUIPickerViewDelegate インターフェイス

定義

プロトコル UIPickerViewDelegateの必要なメソッド (存在する場合) を表すインターフェイス。

[Foundation.Protocol(Name="UIPickerViewDelegate", WrapperType=typeof(UIKit.UIPickerViewDelegateWrapper))]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIPickerViewDelegate : IDisposable, ObjCRuntime.INativeObject
type IUIPickerViewDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

注釈

このインターフェイスには、 で UIPickerViewDelegate定義されているプロトコルから必要なメソッド (存在する場合) が含まれています。

開発者がこのインターフェイスを実装するクラスを作成すると、実装メソッドは、プロトコルで定義されているメソッドのシグネチャに一致する Objective-C に自動的に UIPickerViewDelegate エクスポートされます。

省略可能なメソッド (存在する場合) は、 インターフェイスの拡張メソッドとして クラスによって UIPickerViewDelegate_Extensions 提供されるため、開発者はプロトコルで任意のオプション メソッドを呼び出すことができます。

プロパティ

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

拡張メソッド

GetAttributedTitle(IUIPickerViewDelegate, UIPickerView, nint, nint)

ピッカー ビュー内の特定のコンポーネントの属性付き文字列を取得するために呼び出されるメソッド。

GetComponentWidth(IUIPickerViewDelegate, UIPickerView, nint)

指定したインデックス位置にあるコンポーネントの幅。

GetRowHeight(IUIPickerViewDelegate, UIPickerView, nint)

指定したインデックス位置にあるコンポーネントの高さ。

GetTitle(IUIPickerViewDelegate, UIPickerView, nint, nint)

指定した行の指定したコンポーネントのタイトル。

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

プロトコル UIPickerViewDelegateの必要なメソッド (存在する場合) を表すインターフェイス。

Selected(IUIPickerViewDelegate, UIPickerView, nint, nint)

ユーザーがコンポーネントの行を選択したことを示します。

適用対象