CSIndexExtensionRequestHandler.GetFileUrl 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("fileURLForSearchableIndex:itemIdentifier:typeIdentifier:inPlace:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSUrl GetFileUrl (CoreSpotlight.CSSearchableIndex searchableIndex, string itemIdentifier, string typeIdentifier, bool inPlace, out Foundation.NSError outError);
abstract member GetFileUrl : CoreSpotlight.CSSearchableIndex * string * string * bool * -> Foundation.NSUrl
override this.GetFileUrl : CoreSpotlight.CSSearchableIndex * string * string * bool * -> Foundation.NSUrl
Parameters
- searchableIndex
- CSSearchableIndex
- itemIdentifier
- String
- typeIdentifier
- String
- inPlace
- Boolean
- outError
- NSError
Returns
- Attributes