Partager via


NSWorkspace.OpenUrls Méthode

Définition

Surcharges

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

Paramètres

urls
NSUrl[]
bundleIdentifier
String

Retours

S’applique à

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

Paramètres

urls
NSUrl[]
bundleIdentifier
String
identifiers
String[]

Retours

S’applique à