INNoteContentResolutionResult.GetConfirmationRequired 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
GetConfirmationRequired(INNoteContent)
[Foundation.Export("confirmationRequiredWithNoteContentToConfirm:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Intents.INNoteContentResolutionResult GetConfirmationRequired(Intents.INNoteContent? noteContentToConfirm);
[<Foundation.Export("confirmationRequiredWithNoteContentToConfirm:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetConfirmationRequired : Intents.INNoteContent -> Intents.INNoteContentResolutionResult
Parameters
- noteContentToConfirm
- INNoteContent
Returns
- Attributes
Applies to
GetConfirmationRequired(NSObject, IntPtr)
[Foundation.Export("confirmationRequiredWithItemToConfirm:forReason:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Intents.INNoteContentResolutionResult GetConfirmationRequired(Foundation.NSObject itemToConfirm, IntPtr reason);
[<Foundation.Export("confirmationRequiredWithItemToConfirm:forReason:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetConfirmationRequired : Foundation.NSObject * nativeint -> Intents.INNoteContentResolutionResult
Parameters
- itemToConfirm
- NSObject
- reason
-
IntPtr
nativeint
Returns
- Attributes