UITextField.RemoveDictationResultPlaceholder(NSObject, Boolean) Method

Definition

With InsertDictationResultPlaceholder(), allows the app developer to customize the location of the placeholder for dictation results.

[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. Should be an object previously returned by InsertDictationResultPlaceholder().

willInsertResult
Boolean
Attributes

Applies to