UITextView.RemoveDictationResultPlaceholder(NSObject, Boolean) 方法

定义

UITextView通知 不再需要占位符。

[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

不再需要的占位符。

willInsertResult
Boolean

如果已解释听写,则此值将为 true

属性

注解

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

适用于