Microsoft.VisualStudio.Project.FileChangeManager.IVsFileChangeEvents C# (CSharp) Method

IVsFileChangeEvents() private method

Notifies clients of changes made to a directory.
private IVsFileChangeEvents ( string directory ) : int
directory string Name of the directory that had a change.
return int
        int IVsFileChangeEvents.DirectoryChanged(string directory)
        {
            return VSConstants.S_OK;
        }

Same methods

FileChangeManager::IVsFileChangeEvents ( uint numberOfFilesChanged, string filesChanged, uint flags ) : int