Share via


CompletionContext.Items Property

Definition

Caution

Using this property can cause performance impact, use ItemList instead

Set of completion items available at a location

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^> Items { System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem> 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.CompletionItem> Items { get; }
member this.Items : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem>
[<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.CompletionItem>
Public ReadOnly Property Items As ImmutableArray(Of CompletionItem)

Property Value

Attributes

Applies to