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