NSWorkspace.OpenUrls 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
OpenUrls(NSUrl[], String, NSWorkspaceLaunchOptions, NSAppleEventDescriptor) | |
OpenUrls(NSUrl[], String, NSWorkspaceLaunchOptions, NSAppleEventDescriptor, String[]) |
OpenUrls(NSUrl[], String, NSWorkspaceLaunchOptions, NSAppleEventDescriptor)
public virtual bool OpenUrls (Foundation.NSUrl[] urls, string bundleIdentifier, AppKit.NSWorkspaceLaunchOptions options, Foundation.NSAppleEventDescriptor descriptor);
abstract member OpenUrls : Foundation.NSUrl[] * string * AppKit.NSWorkspaceLaunchOptions * Foundation.NSAppleEventDescriptor -> bool
override this.OpenUrls : Foundation.NSUrl[] * string * AppKit.NSWorkspaceLaunchOptions * Foundation.NSAppleEventDescriptor -> bool
参数
- urls
- NSUrl[]
- bundleIdentifier
- String
- options
- NSWorkspaceLaunchOptions
- descriptor
- NSAppleEventDescriptor
返回
适用于
OpenUrls(NSUrl[], String, NSWorkspaceLaunchOptions, NSAppleEventDescriptor, String[])
public virtual bool OpenUrls (Foundation.NSUrl[] urls, string bundleIdentifier, AppKit.NSWorkspaceLaunchOptions options, Foundation.NSAppleEventDescriptor descriptor, string[] identifiers);
abstract member OpenUrls : Foundation.NSUrl[] * string * AppKit.NSWorkspaceLaunchOptions * Foundation.NSAppleEventDescriptor * string[] -> bool
override this.OpenUrls : Foundation.NSUrl[] * string * AppKit.NSWorkspaceLaunchOptions * Foundation.NSAppleEventDescriptor * string[] -> bool
参数
- urls
- NSUrl[]
- bundleIdentifier
- String
- options
- NSWorkspaceLaunchOptions
- descriptor
- NSAppleEventDescriptor
- identifiers
- String[]