共用方式為


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)

適用於