Share via


AsyncCompletionSessionDataSnapshot.SelectedFilters Property

Definition

Filters, their availability and selection state.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionFilterWithState ^> SelectedFilters { System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionFilterWithState ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionFilterWithState> SelectedFilters { get; }
member this.SelectedFilters : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionFilterWithState>
Public ReadOnly Property SelectedFilters As ImmutableArray(Of CompletionFilterWithState)

Property Value

Applies to