CompletionContext.SuggestionItemOptions 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.
When defined, uses suggestion mode with options specified in this object. When null, this context does not activate the suggestion mode. Suggestion mode puts selection in "soft selection" mode without need to set SelectionHint
public:
property Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::SuggestionItemOptions ^ SuggestionItemOptions { Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::SuggestionItemOptions ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.SuggestionItemOptions SuggestionItemOptions { get; }
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.SuggestionItemOptions? SuggestionItemOptions { get; }
member this.SuggestionItemOptions : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.SuggestionItemOptions
Public ReadOnly Property SuggestionItemOptions As SuggestionItemOptions