UITextField.InsertDictationResultPlaceholder Method

Definition

When overridden, can be used to provide information for GetFrameForDictationResultPlaceholder(NSObject).

[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 intent of this method is to provide location information to GetFrameForDictationResultPlaceholder(NSObject). Application developers who override this method must also override and implement RemoveDictationResultPlaceholder(NSObject, Boolean).

Applies to