FileSystemChangeTracker.RemoveChanges 方法

定義

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))

參數

實作

適用於