CompletionPresentationViewModel Class
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.
This class contains completion items, filters and other pieces of information used by ICompletionPresenter to render the completion UI.
public ref class CompletionPresentationViewModel sealed
public sealed class CompletionPresentationViewModel
type CompletionPresentationViewModel = class
Public NotInheritable Class CompletionPresentationViewModel
- Inheritance
-
CompletionPresentationViewModel
Applicable |
Span pertinent to the completion session. |
Display |
Controls whether suggestion item is visible. |
Filters |
Completion filters with their available and selected state. |
Item |
Completion items to display with their highlighted spans. |
Items |
Obsolete.
Completion items to display with their highlighted spans. |
Selected |
Controls which item is selected. Use -1 in suggestion mode. |
Select |
Controls whether suggestion item is selected. |
Suggestion |
Suggestion item to display when DisplaySuggestionItem is set. |
Suggestion |
How to display the SuggestionItem. |
Use |
Controls whether selected item should be soft selected. |
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |