INSFileProviderServiceSource Interface
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.
Provides a communication channel between host applications and file provider extensions.
[Foundation.Protocol(Name="NSFileProviderServiceSource", WrapperType=typeof(FileProvider.NSFileProviderServiceSourceWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INSFileProviderServiceSource : IDisposable, ObjCRuntime.INativeObject
type INSFileProviderServiceSource = interface
interface INativeObject
interface IDisposable
- Attributes
- Implements
Properties
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
ServiceName |
Gets the unique service name. |
Methods
MakeListenerEndpoint(NSError) |
Creates and returns an endpoint for communicating with the file provider extension. |