次の方法で共有


ShowSelectionMatches クラス

定義

[選択項目の一致の表示] を定義します。

[Microsoft.VisualStudio.Utilities.Name("TextView/SelectionMatches")]
[System.ComponentModel.Composition.Export(typeof(Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition))]
public sealed class ShowSelectionMatches : Microsoft.VisualStudio.Text.Editor.ViewOptionDefinition<bool>
[<Microsoft.VisualStudio.Utilities.Name("TextView/SelectionMatches")>]
[<System.ComponentModel.Composition.Export(typeof(Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition))>]
type ShowSelectionMatches = class
    inherit ViewOptionDefinition<bool>
Public NotInheritable Class ShowSelectionMatches
Inherits ViewOptionDefinition(Of Boolean)
継承
属性

コンストラクター

ShowSelectionMatches()

[選択項目の一致の表示] を定義します。

プロパティ

Default

既定値 () を true取得します。

DefaultValue

オプションの既定値を取得します。

(継承元 EditorOptionDefinition<T>)
Key

既定のテキスト ビュー のホスト値を取得します。

Name

オプションの名前を取得します。

(継承元 EditorOptionDefinition<T>)
ValueType

オプションの実際の型を取得します。

(継承元 EditorOptionDefinition<T>)

メソッド

Equals(Object)

2 つの EditorOptionDefinition オブジェクトが同じかどうかを判断します。

(継承元 EditorOptionDefinition)
GetHashCode()

この型のハッシュ コードを取得します。

(継承元 EditorOptionDefinition)
IsApplicableToScope(IPropertyOwner)

オプションを指定したスコープに適用できるかどうかを判断します。

(継承元 ViewOptionDefinition<T>)
IsValid(Object)

提案された値が有効かどうかを判断します。

(継承元 EditorOptionDefinition<T>)
IsValid(T)

提案された値が有効かどうかを判断します。

(継承元 EditorOptionDefinition<T>)

適用対象