Share via


CompletionContext.ItemList Property

Definition

Set of completion items available at a location

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

Property Value

Applies to