Condividi tramite


ComputedCompletionItems.Items Property

Definition

CompletionItems displayed in the completion UI

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^> ^ Items { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem> Items { get; }
member this.Items : seq<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem>
Public ReadOnly Property Items As IEnumerable(Of CompletionItem)

Property Value

Applies to