다음을 통해 공유


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)의해야 합니다.

적용 대상