Share via


CompletionContext.SelectionHint Property

Definition

Recommends the initial selection method for the completion list. When SuggestionItemOptions is defined, "soft selection" will be used without a need to set this property.

public:
 property Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::InitialSelectionHint SelectionHint { Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::InitialSelectionHint get(); };
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.InitialSelectionHint SelectionHint { get; }
member this.SelectionHint : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.InitialSelectionHint
Public ReadOnly Property SelectionHint As InitialSelectionHint

Property Value

Applies to