FileSystemChangeTracker.RemoveChanges Method

Definition

public:
 virtual void RemoveChanges(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::Contracts::FileSystemChange::FileSystemChangeInformation ^> ^ fileSystemChanges);
public void RemoveChanges (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.FileSystemChange.FileSystemChangeInformation> fileSystemChanges);
abstract member RemoveChanges : seq<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.FileSystemChange.FileSystemChangeInformation> -> unit
override this.RemoveChanges : seq<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.FileSystemChange.FileSystemChangeInformation> -> unit
Public Sub RemoveChanges (fileSystemChanges As IEnumerable(Of FileSystemChangeInformation))

Parameters

Implements

Applies to