UITextViewDelegate_Extensions.ShouldEndEditing 方法

定义

编辑是否应在指定的 UITextView 中结束。

public static bool ShouldEndEditing (this UIKit.IUITextViewDelegate This, UIKit.UITextView textView);
static member ShouldEndEditing : UIKit.IUITextViewDelegate * UIKit.UITextView -> bool

参数

This
IUITextViewDelegate

此扩展方法操作的实例。

textView
UITextView

返回

适用于