Share via


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.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
ItemIdentifier
Side
Type (Inherited from INSFileProviderTestingOperation)

Methods

Name Description
GetAsChildrenEnumeration() (Inherited from INSFileProviderTestingOperation)
GetAsCollisionResolution() (Inherited from INSFileProviderTestingOperation)
GetAsContentFetch() (Inherited from INSFileProviderTestingOperation)
GetAsCreation() (Inherited from INSFileProviderTestingOperation)
GetAsDeletion() (Inherited from INSFileProviderTestingOperation)
GetAsIngestion() (Inherited from INSFileProviderTestingOperation)
GetAsLookup() (Inherited from INSFileProviderTestingOperation)
GetAsModification() (Inherited from INSFileProviderTestingOperation)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to