Defines the option to use visible whitespace.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
    Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<Boolean>
      Microsoft.VisualStudio.Text.Editor.ViewOptionDefinition<Boolean>
        Microsoft.VisualStudio.Text.Editor.UseVisibleWhitespace
Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
<ExportAttribute(GetType(EditorOptionDefinition))> _
<NameAttribute("TextView/UseVisibleWhitespace")> _
Public NotInheritable Class UseVisibleWhitespace _
    Inherits ViewOptionDefinition(Of Boolean)
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute("TextView/UseVisibleWhitespace")]
public sealed class UseVisibleWhitespace : ViewOptionDefinition<bool>
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute(L"TextView/UseVisibleWhitespace")]
public ref class UseVisibleWhitespace sealed : public ViewOptionDefinition<bool>
[<Sealed>]
[<ExportAttribute(typeof(EditorOptionDefinition))>]
[<NameAttribute("TextView/UseVisibleWhitespace")>]
type UseVisibleWhitespace =  
    class 
        inherit ViewOptionDefinition<bool>
    end
public final class UseVisibleWhitespace extends ViewOptionDefinition<boolean>
The UseVisibleWhitespace type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]()  | 
UseVisibleWhitespace | Initializes a new instance of UseVisibleWhitespace. | 
Top
Properties
| Name | Description | |
|---|---|---|
![]()  | 
Default | Gets the default value, which is false. (Overrides EditorOptionDefinition<T>.Default.) | 
![]()  | 
DefaultValue | Gets the default value of the option. (Inherited from EditorOptionDefinition<T>.) | 
![]()  | 
Key | Gets the default text view host value. (Overrides EditorOptionDefinition<T>.Key.) | 
![]()  | 
Name | Gets the name of the option. (Inherited from EditorOptionDefinition<T>.) | 
![]()  | 
ValueType | Gets the actual type of the option. (Inherited from EditorOptionDefinition<T>.) | 
Top
Methods
| Name | Description | |
|---|---|---|
![]()  | 
Equals | Determines whether two EditorOptionDefinition objects are the same. (Inherited from EditorOptionDefinition.) | 
![]()  | 
GetHashCode | Gets the hash code of this type. (Inherited from EditorOptionDefinition.) | 
![]()  | 
GetType | Gets the Type of the current instance. (Inherited from Object.) | 
![]()  | 
IsApplicableToScope | Determines whether the option is applicable to the specified scope. (Inherited from ViewOptionDefinition<T>.) | 
![]()  | 
IsValid(Object%) | Determines whether the proposed value is valid. (Inherited from EditorOptionDefinition<T>.) | 
![]()  | 
ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)