UITextView.InsertDictationResultPlaceholder Method

Definition

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

Applies to