Delen via


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
Public method AddFile Adds a file to the list of files that must be processed.
Public method AddReference Adds a reference to the list of files that must be processed.
Public method DoWork Flushes the OnIdle queue to process all files and references.
Public method EnableFileWatcher Used to enable or disable file-watching events.
Public method EnsurePropertyFilesAreProcessed Ensures that any changes to property files are flushed through the system.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method HasFilesToProcess Indicates whether the file manager has files left to process.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.
Public method 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