UIFocusSystem.RegisterUrl(NSUrl, NSString) 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.
[Foundation.Export("registerURL:forSoundIdentifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void RegisterUrl(Foundation.NSUrl soundFileUrl, Foundation.NSString identifier);
[<Foundation.Export("registerURL:forSoundIdentifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RegisterUrl : Foundation.NSUrl * Foundation.NSString -> unit
Parameters
- soundFileUrl
- NSUrl
- identifier
- NSString
- Attributes