Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implementers of IDatabaseProjectFeature can implement this interface to participate in the project idle processing loop.
This API is not CLS-compliant.
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 Interface IDatabaseProjectIdleProcessor
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectIdleProcessor
[CLSCompliantAttribute(false)]
public interface class IDatabaseProjectIdleProcessor
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectIdleProcessor = interface end
public interface IDatabaseProjectIdleProcessor
The IDatabaseProjectIdleProcessor type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
DoWork | Tells this idle processor to perform some work. |
![]() |
OnIdle | Called when the project system is idle. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace