FileManagerService.RemovedUnchangedFilesFromList Method
Iterates the files to process and removes those files whose SHA-1 is identical to the current file on disk.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Features
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub RemovedUnchangedFilesFromList
'Usage
Dim instance As FileManagerService
instance.RemovedUnchangedFilesFromList()
public void RemovedUnchangedFilesFromList()
public:
void RemovedUnchangedFilesFromList()
public function RemovedUnchangedFilesFromList()
member RemovedUnchangedFilesFromList : unit -> unit
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.Features Namespace