次の方法で共有


IFileSystemChangeTracker.RemoveChanges メソッド

定義

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

パラメーター

適用対象