IEditorSettings.ShowWhiteSpaces-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft ab, ob Leerzeichen angezeigt werden, oder legt dieses Verhalten fest.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Property ShowWhiteSpaces As Boolean
Get
Set
'Usage
Dim instance As IEditorSettings
Dim value As Boolean
value = instance.ShowWhiteSpaces
instance.ShowWhiteSpaces = value
bool ShowWhiteSpaces { get; set; }
property bool ShowWhiteSpaces {
bool get ();
void set (bool value);
}
abstract ShowWhiteSpaces : bool with get, set
function get ShowWhiteSpaces () : boolean
function set ShowWhiteSpaces (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true , wenn Leerzeichen angezeigt werden, andernfalls false.