UITextView.RemoveDictationResultPlaceholder(NSObject, Boolean) Method

Definition

Informs the UITextView that the placeholder is no longer needed.

[Foundation.Export("removeDictationResultPlaceholder:willInsertResult:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveDictationResultPlaceholder (Foundation.NSObject placeholder, bool willInsertResult);
abstract member RemoveDictationResultPlaceholder : Foundation.NSObject * bool -> unit
override this.RemoveDictationResultPlaceholder : Foundation.NSObject * bool -> unit

Parameters

placeholder
NSObject

The placeholder that is no longer needed.

willInsertResult
Boolean

The value of this will be true if the dictation was interpreted.

Attributes

Remarks

Application developers who override this method must also override RemoveDictationResultPlaceholder(NSObject, Boolean).

Applies to