CompletionContext.SelectionHint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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