MinimumErrorSeverity 类

定义

确定用于错误波形曲线的错误严重性

public ref class MinimumErrorSeverity sealed : Microsoft::VisualStudio::Text::Editor::ViewOptionDefinition<System::String ^>
[Microsoft.VisualStudio.Utilities.Name("TextView/MinimumErrorSeverity")]
[System.ComponentModel.Composition.Export(typeof(Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition))]
public sealed class MinimumErrorSeverity : Microsoft.VisualStudio.Text.Editor.ViewOptionDefinition<string>
[<Microsoft.VisualStudio.Utilities.Name("TextView/MinimumErrorSeverity")>]
[<System.ComponentModel.Composition.Export(typeof(Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition))>]
type MinimumErrorSeverity = class
    inherit ViewOptionDefinition<string>
Public NotInheritable Class MinimumErrorSeverity
Inherits ViewOptionDefinition(Of String)
继承
属性

构造函数

MinimumErrorSeverity()

属性

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>)

适用于