INSFileProviderTestingContentFetch Interface

Definition

This interface represents the Objective-C protocol NSFileProviderTestingContentFetch.

[Foundation.Protocol(Name="NSFileProviderTestingContentFetch", WrapperType=typeof(FileProvider.NSFileProviderTestingContentFetchWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="side", IsProperty=true, IsRequired=true, IsStatic=false, Name="Side", PropertyType=typeof(FileProvider.NSFileProviderTestingOperationSide), Selector="side")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="itemIdentifier", IsProperty=true, IsRequired=true, IsStatic=false, Name="ItemIdentifier", PropertyType=typeof(System.String), Selector="itemIdentifier")]
public interface INSFileProviderTestingContentFetch : FileProvider.INSFileProviderTestingOperation, IDisposable
[<Foundation.Protocol(Name="NSFileProviderTestingContentFetch", WrapperType=typeof(FileProvider.NSFileProviderTestingContentFetchWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="side", IsProperty=true, IsRequired=true, IsStatic=false, Name="Side", PropertyType=typeof(FileProvider.NSFileProviderTestingOperationSide), Selector="side")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="itemIdentifier", IsProperty=true, IsRequired=true, IsStatic=false, Name="ItemIdentifier", PropertyType=typeof(System.String), Selector="itemIdentifier")>]
type INSFileProviderTestingContentFetch = interface
    interface INativeObject
    interface IDisposable
    interface INSFileProviderTestingOperation
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to