DatabaseProjectFileManagerService Class
This represents the file manager extensibility feature for the project system.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectFileManagerService
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class DatabaseProjectFileManagerService
[CLSCompliantAttribute(false)]
public sealed class DatabaseProjectFileManagerService
[CLSCompliantAttribute(false)]
public ref class DatabaseProjectFileManagerService sealed
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type DatabaseProjectFileManagerService = class end
public final class DatabaseProjectFileManagerService
The DatabaseProjectFileManagerService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddFile | Adds a file to the list of files that must be processed. |
![]() |
AddReference | Adds a reference to the list of files that must be processed. |
![]() |
DoWork | Flushes the OnIdle queue to process all files and references. |
![]() |
EnableFileWatcher | Used to enable or disable file-watching events. |
![]() |
EnsurePropertyFilesAreProcessed | Ensures that any changes to property files are flushed through the system. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
HasFilesToProcess | Indicates whether the file manager has files left to process. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
RemovedUnchangedFilesFromList | Loops through all the files that must be processed and removes those files whose SHA-1 is identical to the current file on disk. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace