Share via


INSFileProviderPartialContentFetching Interface

Definition

This interface represents the Objective-C protocol NSFileProviderPartialContentFetching.

[Foundation.Protocol(Name="NSFileProviderPartialContentFetching", WrapperType=typeof(FileProvider.NSFileProviderPartialContentFetchingWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FetchPartialContents", ParameterBlockProxy=new System.Type[] { null, null, null, null, null, null, typeof(ObjCRuntime.Trampolines+NIDNSFileProviderPartialContentFetchingCompletionHandler) }, ParameterByRef=new System.Boolean[] { false, false, false, false, false, false, false }, ParameterType=new System.Type[] { typeof(System.String), typeof(FileProvider.NSFileProviderItemVersion), typeof(FileProvider.NSFileProviderRequest), typeof(Foundation.NSRange), typeof(System.UIntPtr), typeof(FileProvider.NSFileProviderFetchContentsOptions), typeof(FileProvider.NSFileProviderPartialContentFetchingCompletionHandler) }, ReturnType=typeof(Foundation.NSProgress), Selector="fetchPartialContentsForItemWithIdentifier:version:request:minimalRange:aligningTo:options:completionHandler:")]
public interface INSFileProviderPartialContentFetching : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSFileProviderPartialContentFetching", WrapperType=typeof(FileProvider.NSFileProviderPartialContentFetchingWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FetchPartialContents", ParameterBlockProxy=new System.Type[] { null, null, null, null, null, null, typeof(ObjCRuntime.Trampolines+NIDNSFileProviderPartialContentFetchingCompletionHandler) }, ParameterByRef=new System.Boolean[] { false, false, false, false, false, false, false }, ParameterType=new System.Type[] { typeof(System.String), typeof(FileProvider.NSFileProviderItemVersion), typeof(FileProvider.NSFileProviderRequest), typeof(Foundation.NSRange), typeof(System.UIntPtr), typeof(FileProvider.NSFileProviderFetchContentsOptions), typeof(FileProvider.NSFileProviderPartialContentFetchingCompletionHandler) }, ReturnType=typeof(Foundation.NSProgress), Selector="fetchPartialContentsForItemWithIdentifier:version:request:minimalRange:aligningTo:options:completionHandler:")>]
type INSFileProviderPartialContentFetching = interface
    interface INativeObject
    interface IDisposable
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