FileIconsChangedEvent(IReadOnlyCollection<String>) Constructor

Definition

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

Applies to