Share via


AsyncCompletionSessionDataSnapshot.InitialSortedList Property

Definition

Caution

Using this property can cause performance impact, use InitialSortedItemList instead.

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

Property Value

Attributes

Applies to