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
如果發生錯誤,則為 。
傳回
- 屬性
備註
(即將推出此節點的更多檔)
這可從背景執行緒使用。