次の方法で共有


UITextViewDelegate_Extensions.ShouldBeginEditing メソッド

定義

指定した UITextView で編集を開始するかどうかを指定します。

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

パラメーター

This
IUITextViewDelegate

この拡張メソッドが動作するインスタンス。

textView
UITextView

戻り値

適用対象