Share via


INSFileProviderServicing.GetSupportedServiceSources Method

Definition

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

Parameters

itemIdentifier
String

Returns

Attributes

Applies to