次の方法で共有


UIFocusUpdateContext.Notifications クラス

定義

public static class UIFocusUpdateContext.Notifications
type UIFocusUpdateContext.Notifications = class
継承
UIFocusUpdateContext.Notifications

メソッド

ObserveDidUpdate(EventHandler<NSNotificationEventArgs>)

定数に対して DidUpdateNotification 厳密に型指定された通知。

ObserveDidUpdate(NSObject, EventHandler<NSNotificationEventArgs>)

定数に対して DidUpdateNotification 厳密に型指定された通知。

ObserveMovementDidFail(EventHandler<NSNotificationEventArgs>)

定数に対して MovementDidFailNotification 厳密に型指定された通知。

ObserveMovementDidFail(NSObject, EventHandler<NSNotificationEventArgs>)

定数に対して MovementDidFailNotification 厳密に型指定された通知。

適用対象