Share via


WorkspaceServiceHelper.GetFileWatcherService(IWorkspace) Method

Definition

Get the IFileSystemChanged service for a workspace

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::VisualStudio::Workspace::IFileWatcherService ^ GetFileWatcherService(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspace);
public static Microsoft.VisualStudio.Workspace.IFileWatcherService GetFileWatcherService (this Microsoft.VisualStudio.Workspace.IWorkspace workspace);
static member GetFileWatcherService : Microsoft.VisualStudio.Workspace.IWorkspace -> Microsoft.VisualStudio.Workspace.IFileWatcherService
<Extension()>
Public Function GetFileWatcherService (workspace As IWorkspace) As IFileWatcherService

Parameters

workspace
IWorkspace

workspace instance

Returns

The instance of the IFileSystemChanged

Applies to