AsyncCompletionSessionDataSnapshot.InitialSortedList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Using this property can cause performance impact, use InitialSortedItemList instead.
Set of CompletionItems to filter and sort, originally returned from SortCompletionListAsync(IAsyncCompletionSession, AsyncCompletionSessionInitialDataSnapshot, CancellationToken).
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