FileIconsChangedEvent(IReadOnlyCollection<String>) 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 FileIconsChangedEvent class.
public FileIconsChangedEvent(System.Collections.Generic.IReadOnlyCollection<string> changedFiles = default);
public FileIconsChangedEvent(System.Collections.Generic.IReadOnlyCollection<string>? changedFiles = default);
new Microsoft.VisualStudio.Workspace.Extensions.VS.FileIconsChangedEvent : System.Collections.Generic.IReadOnlyCollection<string> -> Microsoft.VisualStudio.Workspace.Extensions.VS.FileIconsChangedEvent
Public Sub New (Optional changedFiles As IReadOnlyCollection(Of String) = Nothing)
Parameters
- changedFiles
- IReadOnlyCollection<String>
list of files that's icons might be updated. Can be null