Freigeben über


IEditorSettings.ValidationEnabled-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft ab, ob Überprüfung aktiviert werden soll, oder legt dieses Verhalten fest.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Property ValidationEnabled As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Boolean
true , um Überprüfung zu aktivieren, andernfalls false.

Siehe auch

Verweis

IEditorSettings Schnittstelle

Microsoft.WebMatrix.Extensibility.Editor-Namespace