UITextView.InsertDictationResultPlaceholder 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.
The dictation-results placeholder that will be used during dictation processing.
[Foundation.Export("insertDictationResultPlaceholder")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSObject InsertDictationResultPlaceholder ();
abstract member InsertDictationResultPlaceholder : unit -> Foundation.NSObject
override this.InsertDictationResultPlaceholder : unit -> Foundation.NSObject
Returns
Must not return null
.
- Attributes
Remarks
The result of this method is passed to GetFrameForDictationResultPlaceholder(NSObject).
Application developers who override this method must also override RemoveDictationResultPlaceholder(NSObject, Boolean).