DatabaseProjectFileManagerService.RemovedUnchangedFilesFromList Method
Loops through all the files that must be processed and removes those files whose SHA-1 is identical to the current file on disk.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub RemovedUnchangedFilesFromList
public void RemovedUnchangedFilesFromList()
public:
void RemovedUnchangedFilesFromList()
member RemovedUnchangedFilesFromList : unit -> unit
public function RemovedUnchangedFilesFromList()
.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
DatabaseProjectFileManagerService Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace