NSFileProviderExtension.GetSupportedServiceSources(String, NSError) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由开发人员实现时,返回一个数组,其中包含应用可用于对标识项执行操作的服务源。
[Foundation.Export("supportedServiceSourcesForItemIdentifier:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual FileProvider.INSFileProviderServiceSource[] GetSupportedServiceSources (string itemIdentifier, out Foundation.NSError error);
abstract member GetSupportedServiceSources : string * -> FileProvider.INSFileProviderServiceSource[]
override this.GetSupportedServiceSources : string * -> FileProvider.INSFileProviderServiceSource[]
参数
- itemIdentifier
- String
项的持久标识符。
- error
- NSError
发生的错误(如果发生)。
返回
- 属性
注解
(即将推出有关此节点的更多文档)
这可以从后台线程使用。