共用方式為


NSWorkspace.Notifications.ObserveDidChangeFileLabels 方法

定義

多載

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

參數

傳回

適用於

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

傳回

適用於