CompletionItemSelectedEventArgs.SuggestionItemSelected 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.
Whether selected item is a suggestion mode item
public:
property bool SuggestionItemSelected { bool get(); };
public bool SuggestionItemSelected { get; }
member this.SuggestionItemSelected : bool
Public ReadOnly Property SuggestionItemSelected As Boolean