QueryDataSourceChangeNotification 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.
Initializes a new instance of the QueryDataSourceChangeNotification class.
public QueryDataSourceChangeNotification (Microsoft.VisualStudio.ProjectSystem.Query.QueryDataVersions? updates = default, System.Collections.Generic.IReadOnlyCollection<string>? removedSources = default);
new Microsoft.VisualStudio.ProjectSystem.Query.Providers.QueryDataSourceChangeNotification : Microsoft.VisualStudio.ProjectSystem.Query.QueryDataVersions * System.Collections.Generic.IReadOnlyCollection<string> -> Microsoft.VisualStudio.ProjectSystem.Query.Providers.QueryDataSourceChangeNotification
Public Sub New (Optional updates As QueryDataVersions = Nothing, Optional removedSources As IReadOnlyCollection(Of String) = Nothing)
Parameters
- updates
- QueryDataVersions
Updated source versions
- removedSources
- IReadOnlyCollection<String>
Immutable list of removed sources.