AutomationPeer.IsRequiredForFormCore メソッド
定義
派生クラスでオーバーライドされると、IsRequiredForForm() によって呼び出されます。When overridden in a derived class, is called by IsRequiredForForm().
protected:
abstract bool IsRequiredForFormCore();
protected abstract bool IsRequiredForFormCore ();
abstract member IsRequiredForFormCore : unit -> bool
Protected MustOverride Function IsRequiredForFormCore () As Boolean
戻り値
要素が入力を必要とする場合は true
。それ以外の場合は false
。true
if the element is must be completed; otherwise, false
.