ListView.IsUsingModelBinders プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モデル バインディングが使用中かどうかを示す値を取得します。
protected:
virtual property bool IsUsingModelBinders { bool get(); };
protected override bool IsUsingModelBinders { get; }
member this.IsUsingModelBinders : bool
Protected Overrides ReadOnly Property IsUsingModelBinders As Boolean
プロパティ値
モデル バインディングが使用中の場合は true
、それ以外の場合は false
。