CompletionFilterChangedEventArgs Constructor
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.
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