ComputedCompletionItems.SuggestionItem 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.
Suggestion CompletionItem displayed in the UI, or null if no suggestion is displayed
public:
property Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^ SuggestionItem { Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem SuggestionItem { get; }
member this.SuggestionItem : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem
Public ReadOnly Property SuggestionItem As CompletionItem