NSWorkspace.Notifications.ObserveDidChangeFileLabels メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ObserveDidChangeFileLabels(EventHandler<NSNotificationEventArgs>) | |
ObserveDidChangeFileLabels(NSObject, EventHandler<NSNotificationEventArgs>) |
ObserveDidChangeFileLabels(EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveDidChangeFileLabels (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveDidChangeFileLabels : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
パラメーター
- handler
- EventHandler<NSNotificationEventArgs>
戻り値
適用対象
ObserveDidChangeFileLabels(NSObject, EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveDidChangeFileLabels (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveDidChangeFileLabels : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
パラメーター
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>