UITextField.RemoveDictationResultPlaceholder(NSObject, Boolean) メソッド

定義

InsertDictationResultPlaceholder()使用すると、アプリ開発者はディクテーション結果のプレースホルダーの場所をカスタマイズできます。

[Foundation.Export("removeDictationResultPlaceholder:willInsertResult:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveDictationResultPlaceholder (Foundation.NSObject placeholder, bool willInsertResult);
abstract member RemoveDictationResultPlaceholder : Foundation.NSObject * bool -> unit
override this.RemoveDictationResultPlaceholder : Foundation.NSObject * bool -> unit

パラメーター

placeholder
NSObject

不要になったプレースホルダー。 は、 によって InsertDictationResultPlaceholder()以前に返されたオブジェクトである必要があります。

willInsertResult
Boolean
属性

適用対象