CSIndexExtensionRequestHandler.GetFileUrl 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[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
参数
- searchableIndex
- CSSearchableIndex
- itemIdentifier
- String
- typeIdentifier
- String
- inPlace
- Boolean
- outError
- NSError
返回
- 属性