AVMetadataItemValueRequest.Respond Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Respond(NSError) | |
| Respond(NSObject) |
Respond(NSError)
[Foundation.Export("respondWithError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Respond(Foundation.NSError error);
[<Foundation.Export("respondWithError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Respond : Foundation.NSError -> unit
override this.Respond : Foundation.NSError -> unit
Parameters
- error
- NSError
- Attributes
Applies to
Respond(NSObject)
[Foundation.Export("respondWithValue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Respond(Foundation.NSObject value);
[<Foundation.Export("respondWithValue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Respond : Foundation.NSObject -> unit
override this.Respond : Foundation.NSObject -> unit
Parameters
- value
- NSObject
- Attributes