共用方式為


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

如果發生錯誤,則為 。

傳回

屬性

備註

(即將推出此節點的更多檔)

這可從背景執行緒使用。

適用於