UITextView.InsertDictationResultPlaceholder 方法

定义

将在听写处理期间使用的听写结果占位符。

[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

返回

不得返回 null

属性

注解

此方法的结果将 GetFrameForDictationResultPlaceholder(NSObject)传递给 。

重写此方法的应用程序开发人员还必须重写 RemoveDictationResultPlaceholder(NSObject, Boolean)

适用于