UITextView.InsertDictationResultPlaceholder メソッド

定義

ディクテーション処理中に使用される dictation-results プレースホルダー。

[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)する必要もあります。

適用対象