AsyncCompletionSessionDataSnapshot Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
AsyncCompletionSessionDataSnapshot(ImmutableArray<CompletionItem>, ITextSnapshot, CompletionTrigger, ImmutableArray<CompletionFilterWithState>, Boolean, Boolean)
public:
AsyncCompletionSessionDataSnapshot(System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^> initialSortedList, Microsoft::VisualStudio::Text::ITextSnapshot ^ snapshot, Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionTrigger trigger, System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionFilterWithState ^> selectedFilters, bool isSoftSelected, bool displaySuggestionItem);
public AsyncCompletionSessionDataSnapshot (System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem> initialSortedList, Microsoft.VisualStudio.Text.ITextSnapshot snapshot, Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTrigger trigger, System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionFilterWithState> selectedFilters, bool isSoftSelected, bool displaySuggestionItem);
new Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.AsyncCompletionSessionDataSnapshot : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem> * Microsoft.VisualStudio.Text.ITextSnapshot * Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTrigger * System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionFilterWithState> * bool * bool -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.AsyncCompletionSessionDataSnapshot
Public Sub New (initialSortedList As ImmutableArray(Of CompletionItem), snapshot As ITextSnapshot, trigger As CompletionTrigger, selectedFilters As ImmutableArray(Of CompletionFilterWithState), isSoftSelected As Boolean, displaySuggestionItem As Boolean)
Parametreler
- initialSortedList
- ImmutableArray<CompletionItem>
- snapshot
- ITextSnapshot
- trigger
- CompletionTrigger
- selectedFilters
- ImmutableArray<CompletionFilterWithState>
- isSoftSelected
- Boolean
- displaySuggestionItem
- Boolean
Şunlara uygulanır
AsyncCompletionSessionDataSnapshot(ImmutableArray<CompletionItem>, ITextSnapshot, CompletionTrigger, CompletionTrigger, ImmutableArray<CompletionFilterWithState>, Boolean, Boolean)
public:
AsyncCompletionSessionDataSnapshot(System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^> initialSortedList, Microsoft::VisualStudio::Text::ITextSnapshot ^ snapshot, Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionTrigger trigger, Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionTrigger initialTrigger, System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionFilterWithState ^> selectedFilters, bool isSoftSelected, bool displaySuggestionItem);
public AsyncCompletionSessionDataSnapshot (System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem> initialSortedList, Microsoft.VisualStudio.Text.ITextSnapshot snapshot, Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTrigger trigger, Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTrigger initialTrigger, System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionFilterWithState> selectedFilters, bool isSoftSelected, bool displaySuggestionItem);
new Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.AsyncCompletionSessionDataSnapshot : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem> * Microsoft.VisualStudio.Text.ITextSnapshot * Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTrigger * Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTrigger * System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionFilterWithState> * bool * bool -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.AsyncCompletionSessionDataSnapshot
Public Sub New (initialSortedList As ImmutableArray(Of CompletionItem), snapshot As ITextSnapshot, trigger As CompletionTrigger, initialTrigger As CompletionTrigger, selectedFilters As ImmutableArray(Of CompletionFilterWithState), isSoftSelected As Boolean, displaySuggestionItem As Boolean)
Parametreler
- initialSortedList
- ImmutableArray<CompletionItem>
- snapshot
- ITextSnapshot
- trigger
- CompletionTrigger
- initialTrigger
- CompletionTrigger
- selectedFilters
- ImmutableArray<CompletionFilterWithState>
- isSoftSelected
- Boolean
- displaySuggestionItem
- Boolean
Şunlara uygulanır
AsyncCompletionSessionDataSnapshot(ImmutableArray<CompletionItem>, ITextSnapshot, InitialTrigger, UpdateTrigger, ImmutableArray<CompletionFilterWithState>, Boolean, Boolean)
Yapılarını AsyncCompletionSessionDataSnapshot
public:
AsyncCompletionSessionDataSnapshot(System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^> initialSortedList, Microsoft::VisualStudio::Text::ITextSnapshot ^ snapshot, Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::InitialTrigger initialTrigger, Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::UpdateTrigger updateTrigger, System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionFilterWithState ^> selectedFilters, bool isSoftSelected, bool displaySuggestionItem);
public AsyncCompletionSessionDataSnapshot (System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem> initialSortedList, Microsoft.VisualStudio.Text.ITextSnapshot snapshot, Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.InitialTrigger initialTrigger, Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.UpdateTrigger updateTrigger, System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionFilterWithState> selectedFilters, bool isSoftSelected, bool displaySuggestionItem);
new Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.AsyncCompletionSessionDataSnapshot : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem> * Microsoft.VisualStudio.Text.ITextSnapshot * Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.InitialTrigger * Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.UpdateTrigger * System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionFilterWithState> * bool * bool -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.AsyncCompletionSessionDataSnapshot
Public Sub New (initialSortedList As ImmutableArray(Of CompletionItem), snapshot As ITextSnapshot, initialTrigger As InitialTrigger, updateTrigger As UpdateTrigger, selectedFilters As ImmutableArray(Of CompletionFilterWithState), isSoftSelected As Boolean, displaySuggestionItem As Boolean)
Parametreler
- initialSortedList
- ImmutableArray<CompletionItem>
CompletionItemFiltre uygulamak ve sıralamak için, ilk olarak şuradan döndürülenSortCompletionListAsync(IAsyncCompletionSession, AsyncCompletionSessionInitialDataSnapshot, CancellationToken)
- snapshot
- ITextSnapshot
ITextSnapshotBu hesaplama için geçerlidir. Anlık görüntü, görünümün veri arabelleğinden gelir
- initialTrigger
- InitialTrigger
InitialTriggerBu tamamlanma oturumunu başlatan
- updateTrigger
- UpdateTrigger
UpdateTriggerBu güncelleştirme için
- selectedFilters
- ImmutableArray<CompletionFilterWithState>
Filtreler, bunların kullanılabilirliği ve seçim durumu
- isSoftSelected
- Boolean
Oturumun geçici seçim kullanıp kullanmadığını belirtir
- displaySuggestionItem
- Boolean
Oturumun bir öneri öğesine sahip olup olmadığını belirtir