次の方法で共有


IUITabBarDelegate インターフェイス

定義

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

[Foundation.Protocol(Name="UITabBarDelegate", WrapperType=typeof(UIKit.UITabBarDelegateWrapper))]
public interface IUITabBarDelegate : IDisposable, ObjCRuntime.INativeObject
type IUITabBarDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

注釈

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

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

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

プロパティ

Handle

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

(継承元 INativeObject)

拡張メソッド

DidBeginCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[])

指定した UITabBarItems のカスタマイズが開始されたことを示します。

DidEndCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[], Boolean)

指定した項目のカスタマイズが終了したことを示します。

ItemSelected(IUITabBarDelegate, UITabBar, UITabBarItem)

指定した UITabBarItem が選択されたことを示します。

WillBeginCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[])

指定した UITabBarItems でカスタマイズが開始されることを示します。

WillEndCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[], Boolean)

指定した UITabBarItems でカスタマイズが終了しようとしていることを示します。

適用対象