UseVisibleWhitespaceEnabledTypes 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 Use Visible 空格选项。
public ref class UseVisibleWhitespaceEnabledTypes sealed : Microsoft::VisualStudio::Text::Editor::ViewOptionDefinition<Microsoft::VisualStudio::Text::Editor::WhitespaceType>
[Microsoft.VisualStudio.Utilities.Name("TextView/UseVisibleWhitespace/Include")]
[System.ComponentModel.Composition.Export(typeof(Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition))]
public sealed class UseVisibleWhitespaceEnabledTypes : Microsoft.VisualStudio.Text.Editor.ViewOptionDefinition<Microsoft.VisualStudio.Text.Editor.WhitespaceType>
[<Microsoft.VisualStudio.Utilities.Name("TextView/UseVisibleWhitespace/Include")>]
[<System.ComponentModel.Composition.Export(typeof(Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition))>]
type UseVisibleWhitespaceEnabledTypes = class
inherit ViewOptionDefinition<WhitespaceType>
Public NotInheritable Class UseVisibleWhitespaceEnabledTypes
Inherits ViewOptionDefinition(Of WhitespaceType)
- 继承
-
UseVisibleWhitespaceEnabledTypes
- 属性
构造函数
| UseVisibleWhitespaceEnabledTypes() |
属性
| Default |
获取默认值,该值为 |
| DefaultValue |
获取选项的默认值。 (继承自 EditorOptionDefinition<T>) |
| Key |
获取默认文本视图宿主值。 |
| Name |
获取选项的名称。 (继承自 EditorOptionDefinition<T>) |
| ValueType |
获取选项的实际类型。 (继承自 EditorOptionDefinition<T>) |
方法
| Equals(Object) |
确定两个 EditorOptionDefinition 对象是否相同。 (继承自 EditorOptionDefinition) |
| GetHashCode() |
获取此类型的哈希代码。 (继承自 EditorOptionDefinition) |
| IsApplicableToScope(IPropertyOwner) |
确定选项是否适用于指定范围。 (继承自 ViewOptionDefinition<T>) |
| IsValid(Object) |
确定建议的值是否有效。 (继承自 EditorOptionDefinition<T>) |
| IsValid(T) |
确定建议的值是否有效。 (继承自 EditorOptionDefinition<T>) |