Condividi tramite


CompletionPresentationViewModel.ItemList Property

Definition

Completion items to display with their highlighted spans.

public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionList<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItemWithHighlight> ItemList { get; }
member this.ItemList : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionList<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItemWithHighlight>
Public ReadOnly Property ItemList As CompletionList(Of CompletionItemWithHighlight)

Property Value

Applies to