次の方法で共有


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

発生した場合に発生したエラー。

戻り値

属性

注釈

(このノードのその他のドキュメントが公開されます)

これは、バックグラウンド スレッドから使用できます。

適用対象