FSharpWorkspaceFiles Type
Interface for managing files in an F# workspace.
Instance members
Instance member |
Description
|
|
Indicates that a file has been closed. Any changes that were not saved to disk are undone and any further reading of the file's contents will be from the filesystem.
|
Indicates that a file has been changed and now has the given content. If it wasn't previously open it is considered open now.
|
|
Indicates that a file has been opened and has the given content. Any updates to the file should be done through `Files.Edit`.
|