UITextView.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.
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).