Share via


AsyncCompletionSessionInitialDataSnapshot.InitialList Property

Definition

Caution

Using this property can cause performance impact, use InitialItemList instead

Set of CompletionItems to sort.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^> InitialList { System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem> InitialList { get; }
[System.Obsolete("Using this property can cause performance impact, use InitialItemList instead")]
public System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem> InitialList { get; }
member this.InitialList : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem>
[<System.Obsolete("Using this property can cause performance impact, use InitialItemList instead")>]
member this.InitialList : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem>
Public ReadOnly Property InitialList As ImmutableArray(Of CompletionItem)

Property Value

Attributes

Applies to