Share via


INSFileProviderPendingSetEnumerator Interface

Definition

This interface represents the Objective-C protocol NSFileProviderPendingSetEnumerator.

[Foundation.Protocol(Name="NSFileProviderPendingSetEnumerator", WrapperType=typeof(FileProvider.NSFileProviderPendingSetEnumeratorWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="domainVersion", IsProperty=true, IsRequired=true, IsStatic=false, Name="DomainVersion", PropertyType=typeof(FileProvider.NSFileProviderDomainVersion), Selector="domainVersion")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="refreshInterval", IsProperty=true, IsRequired=true, IsStatic=false, Name="RefreshInterval", PropertyType=typeof(System.Double), Selector="refreshInterval")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isMaximumSizeReached", IsProperty=true, IsRequired=false, IsStatic=false, Name="MaximumSizeReached", PropertyType=typeof(System.Boolean), Selector="maximumSizeReached")]
public interface INSFileProviderPendingSetEnumerator : FileProvider.INSFileProviderEnumerator, IDisposable
[<Foundation.Protocol(Name="NSFileProviderPendingSetEnumerator", WrapperType=typeof(FileProvider.NSFileProviderPendingSetEnumeratorWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="domainVersion", IsProperty=true, IsRequired=true, IsStatic=false, Name="DomainVersion", PropertyType=typeof(FileProvider.NSFileProviderDomainVersion), Selector="domainVersion")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="refreshInterval", IsProperty=true, IsRequired=true, IsStatic=false, Name="RefreshInterval", PropertyType=typeof(System.Double), Selector="refreshInterval")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isMaximumSizeReached", IsProperty=true, IsRequired=false, IsStatic=false, Name="MaximumSizeReached", PropertyType=typeof(System.Boolean), Selector="maximumSizeReached")>]
type INSFileProviderPendingSetEnumerator = interface
    interface INativeObject
    interface IDisposable
    interface INSFileProviderEnumerator
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
DomainVersion
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
MaximumSizeReached
RefreshInterval

Methods

Name Description
CurrentSyncAnchor(Action<NSData>) (Inherited from INSFileProviderEnumerator)
EnumerateChanges(INSFileProviderChangeObserver, NSData) (Inherited from INSFileProviderEnumerator)
EnumerateItems(INSFileProviderEnumerationObserver, NSData) (Inherited from INSFileProviderEnumerator)
Invalidate() (Inherited from INSFileProviderEnumerator)

Extension Methods

Name Description
CurrentSyncAnchor(INSFileProviderEnumerator, Action<NSData>)
EnumerateChanges(INSFileProviderEnumerator, INSFileProviderChangeObserver, NSData)
GetMaximumSizeReached(INSFileProviderPendingSetEnumerator)
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to