Share via


CompletionFilterChangedEventArgs Constructor

Definition

Constructs instance of CompletionFilterChangedEventArgs.

public:
 CompletionFilterChangedEventArgs(System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionFilterWithState ^> filters);
public CompletionFilterChangedEventArgs (System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionFilterWithState> filters);
new Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionFilterChangedEventArgs : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionFilterWithState> -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionFilterChangedEventArgs
Public Sub New (filters As ImmutableArray(Of CompletionFilterWithState))

Parameters

filters
ImmutableArray<CompletionFilterWithState>

Current state of the filters

Applies to