DatabaseProjectFileManagerService.HasFilesToProcess Method
Indicates whether the file manager has files left to process.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Function HasFilesToProcess As Boolean
public bool HasFilesToProcess()
public:
bool HasFilesToProcess()
member HasFilesToProcess : unit -> bool
public function HasFilesToProcess() : boolean
Return Value
Type: System.Boolean
true if there are files to process.
.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