IFileSystemChangeTracker.RemoveChanges Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void RemoveChanges(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::Contracts::FileSystemChange::FileSystemChangeInformation ^> ^ subDirectoryChanges);
public void RemoveChanges (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.FileSystemChange.FileSystemChangeInformation> subDirectoryChanges);
abstract member RemoveChanges : seq<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.FileSystemChange.FileSystemChangeInformation> -> unit
Public Sub RemoveChanges (subDirectoryChanges As IEnumerable(Of FileSystemChangeInformation))
Parameters
- subDirectoryChanges
- IEnumerable<FileSystemChangeInformation>