UITextField.RemoveDictationResultPlaceholder(NSObject, Boolean) 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.
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