NSFileProviderExtension.GetSupportedServiceSources(String, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented by the developer, returns an array that contains the service sources that the app can use to perform actions on the identified item.
[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[]
Parameters
- itemIdentifier
- String
The persistent identifier for the item.
- error
- NSError
The error that occurred, if one occurred.
Returns
- Attributes
Remarks
(More documentation for this node is coming)
This can be used from a background thread.