AsyncCompletionSessionDataSnapshot Oluşturucular

Tanım

Aşırı Yüklemeler

AsyncCompletionSessionDataSnapshot(ImmutableArray<CompletionItem>, ITextSnapshot, CompletionTrigger, ImmutableArray<CompletionFilterWithState>, Boolean, Boolean)
AsyncCompletionSessionDataSnapshot(ImmutableArray<CompletionItem>, ITextSnapshot, CompletionTrigger, CompletionTrigger, ImmutableArray<CompletionFilterWithState>, Boolean, Boolean)
AsyncCompletionSessionDataSnapshot(ImmutableArray<CompletionItem>, ITextSnapshot, InitialTrigger, UpdateTrigger, ImmutableArray<CompletionFilterWithState>, Boolean, Boolean)

Yapılarını AsyncCompletionSessionDataSnapshot

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
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
initialTrigger
CompletionTrigger
isSoftSelected
Boolean
displaySuggestionItem
Boolean

Şunlara uygulanır

AsyncCompletionSessionDataSnapshot(ImmutableArray<CompletionItem>, ITextSnapshot, InitialTrigger, UpdateTrigger, 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::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

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

Şunlara uygulanır