LaunchServices.CanUrlAcceptUrl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CanUrlAcceptUrl(NSUrl, NSUrl, LSRoles, LSAcceptanceFlags) | |
CanUrlAcceptUrl(NSUrl, NSUrl, LSRoles, LSAcceptanceFlags, LSResult) |
CanUrlAcceptUrl(NSUrl, NSUrl, LSRoles, LSAcceptanceFlags)
public static bool CanUrlAcceptUrl (Foundation.NSUrl itemUrl, Foundation.NSUrl targetUrl, CoreServices.LSRoles roles = CoreServices.LSRoles.All, CoreServices.LSAcceptanceFlags acceptanceFlags = CoreServices.LSAcceptanceFlags.Default);
static member CanUrlAcceptUrl : Foundation.NSUrl * Foundation.NSUrl * CoreServices.LSRoles * CoreServices.LSAcceptanceFlags -> bool
Parameters
- itemUrl
- NSUrl
- targetUrl
- NSUrl
- roles
- LSRoles
- acceptanceFlags
- LSAcceptanceFlags
Returns
Applies to
CanUrlAcceptUrl(NSUrl, NSUrl, LSRoles, LSAcceptanceFlags, LSResult)
public static bool CanUrlAcceptUrl (Foundation.NSUrl itemUrl, Foundation.NSUrl targetUrl, CoreServices.LSRoles roles, CoreServices.LSAcceptanceFlags acceptanceFlags, out CoreServices.LSResult result);
static member CanUrlAcceptUrl : Foundation.NSUrl * Foundation.NSUrl * CoreServices.LSRoles * CoreServices.LSAcceptanceFlags * -> bool
Parameters
- itemUrl
- NSUrl
- targetUrl
- NSUrl
- roles
- LSRoles
- acceptanceFlags
- LSAcceptanceFlags
- result
- LSResult