CompletionPresentationViewModel.Items Propriedade

Definição

Itens de conclusão a serem exibidos com seus intervalos realçados.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItemWithHighlight> Items { System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItemWithHighlight> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItemWithHighlight> Items { get; }
member this.Items : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItemWithHighlight>
Public ReadOnly Property Items As ImmutableArray(Of CompletionItemWithHighlight)

Valor da propriedade

ImmutableArray<CompletionItemWithHighlight>

Aplica-se a