IEditorSettings.ValidationEnabled プロパティ
v2 に適用されます。
検証を有効にするかどうかを取得または設定します。
名前空間: Microsoft.WebMatrix.Extensibility.Editor
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Property ValidationEnabled As Boolean
Get
Set
'使用
Dim instance As IEditorSettings
Dim value As Boolean
value = instance.ValidationEnabled
instance.ValidationEnabled = value
bool ValidationEnabled { get; set; }
property bool ValidationEnabled {
bool get ();
void set (bool value);
}
abstract ValidationEnabled : bool with get, set
function get ValidationEnabled () : boolean
function set ValidationEnabled (value : boolean)
プロパティ値
型: System.Boolean
検証を有効にする場合は true。それ以外の場合は false。