共用方式為


NSWorkspaceUrlHandler 代理人

定義

public delegate void NSWorkspaceUrlHandler(NSDictionary newUrls, NSError error);
type NSWorkspaceUrlHandler = delegate of NSDictionary * NSError -> unit

參數

newUrls
NSDictionary
error
NSError

適用於