次の方法で共有


FilteredCompletionModel.Items Property

Definition

Caution

Using this property can cause performance impact, use ItemList instead

Items to display in the completion UI.

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; }
[System.Obsolete("Using this property can cause performance impact, use ItemList instead")]
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>
[<System.Obsolete("Using this property can cause performance impact, use ItemList instead")>]
member this.Items : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItemWithHighlight>
Public ReadOnly Property Items As ImmutableArray(Of CompletionItemWithHighlight)

Property Value

Attributes

Applies to