Share via


NSFileProviderExtension.GetSupportedServiceSources(String, NSError) Method

Definition

[Foundation.Export("supportedServiceSourcesForItemIdentifier:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual FileProvider.INSFileProviderServiceSource[]? GetSupportedServiceSources(string itemIdentifier, out Foundation.NSError error);
[<Foundation.Export("supportedServiceSourcesForItemIdentifier:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSupportedServiceSources : string * NSError -> FileProvider.INSFileProviderServiceSource[]
override this.GetSupportedServiceSources : string * NSError -> FileProvider.INSFileProviderServiceSource[]

Parameters

itemIdentifier
String
error
NSError

Returns

Attributes

Applies to