Share via


IVNRequestProgressProviding Interface

Definition

This interface represents the Objective-C protocol VNRequestProgressProviding.

[Foundation.Protocol(Name="VNRequestProgressProviding", WrapperType=typeof(Vision.VNRequestProgressProvidingWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="progressHandler", IsProperty=true, IsRequired=true, IsStatic=false, Name="ProgressHandler", ParameterBlockProxy=new System.Type[] { typeof(ObjCRuntime.Trampolines+NIDVNRequestProgressHandler) }, PropertyType=typeof(Vision.VNRequestProgressHandler), ReturnTypeDelegateProxy=typeof(ObjCRuntime.Trampolines+SDVNRequestProgressHandler), Selector="progressHandler", SetterSelector="setProgressHandler:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="indeterminate", IsProperty=true, IsRequired=true, IsStatic=false, Name="Indeterminate", PropertyType=typeof(System.Boolean), Selector="indeterminate")]
public interface IVNRequestProgressProviding : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="VNRequestProgressProviding", WrapperType=typeof(Vision.VNRequestProgressProvidingWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="progressHandler", IsProperty=true, IsRequired=true, IsStatic=false, Name="ProgressHandler", ParameterBlockProxy=new System.Type[] { typeof(ObjCRuntime.Trampolines+NIDVNRequestProgressHandler) }, PropertyType=typeof(Vision.VNRequestProgressHandler), ReturnTypeDelegateProxy=typeof(ObjCRuntime.Trampolines+SDVNRequestProgressHandler), Selector="progressHandler", SetterSelector="setProgressHandler:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="indeterminate", IsProperty=true, IsRequired=true, IsStatic=false, Name="Indeterminate", PropertyType=typeof(System.Boolean), Selector="indeterminate")>]
type IVNRequestProgressProviding = interface
    interface INativeObject
    interface IDisposable
Derived
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)
Indeterminate
ProgressHandler

Extension Methods

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

Applies to