NSFileProviderExtension.GetSupportedServiceSources(String, NSError) 方法

定义

由开发人员实现时,返回一个数组,其中包含应用可用于对标识项执行操作的服务源。

[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

发生的错误(如果发生)。

返回

属性

注解

(即将推出有关此节点的更多文档)

这可以从后台线程使用。

适用于