CompletionSet::IsDisplayed Property
Visual Studio 2015
Gets whether the completion list is currently displayed.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::BooleanSet to true if the completion list is displayed, otherwise false.
This property returns the state of an internal flag that is set in the Init method.
The Init method sets the internal flag to false if the declaration parameter is empty or both of the following conditions hold:
The Boolean parameter passed to the method is false.
The GetBestMatch method finds that the match is unique. The GetBestMatch method may be called by the shell because of the calls Init makes to UpdateCompletionStatus.
Show: