FileSystemContextChanged Class

Definition

Class FileSystemContextChanged. Use the workspace file system watcher notification to propagate a FileContext notification

public ref class FileSystemContextChanged : Microsoft::VisualStudio::Workspace::INotifyFileContextChanged
[Windows::Foundation::Metadata::WebHostHidden]
class FileSystemContextChanged : Microsoft::VisualStudio::Workspace::INotifyFileContextChanged
public class FileSystemContextChanged : Microsoft.VisualStudio.Workspace.INotifyFileContextChanged
type FileSystemContextChanged = class
    interface INotifyFileContextChanged
Public Class FileSystemContextChanged
Implements INotifyFileContextChanged
Inheritance
FileSystemContextChanged
Implements

Constructors

FileSystemContextChanged(IWorkspace, Func<FileSystemEventArgs,Boolean>)

Initializes a new instance of the FileSystemContextChanged class.

FileSystemContextChanged(IWorkspace, IEnumerable<String>, WatcherChangeTypes)

Initializes a new instance of the FileSystemContextChanged class.

Properties

OnFileContextChanged

When the File Context has changed

Applies to