Share via


ActionableDatabaseProjectNodeListener Class

Allows users to take an action based on DatabaseProjectNode events.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ActionableDatabaseProjectNodeListener _
    Implements IDisposable
'Usage
Dim instance As ActionableDatabaseProjectNodeListener
[CLSCompliantAttribute(false)]
public sealed class ActionableDatabaseProjectNodeListener : IDisposable
[CLSCompliantAttribute(false)]
public ref class ActionableDatabaseProjectNodeListener sealed : IDisposable
public final class ActionableDatabaseProjectNodeListener implements IDisposable
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type ActionableDatabaseProjectNodeListener =  
    class
        interface IDisposable
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities.ActionableDatabaseProjectNodeListener

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

ActionableDatabaseProjectNodeListener Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace