EditableAttribute(Boolean) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EditableAttribute クラスの新しいインスタンスを初期化します。
public:
EditableAttribute(bool allowEdit);
public EditableAttribute (bool allowEdit);
new System.ComponentModel.DataAnnotations.EditableAttribute : bool -> System.ComponentModel.DataAnnotations.EditableAttribute
Public Sub New (allowEdit As Boolean)
パラメーター
- allowEdit
- Boolean
フィールドを編集可能として指定する場合は true
。それ以外の場合は false
。