Share via


ActionableUpdateSolutionListener Class

Allows users to take an action based on update solution 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 ActionableUpdateSolutionListener _
    Implements IDisposable, IVsUpdateSolutionEvents
'Usage
Dim instance As ActionableUpdateSolutionListener
[CLSCompliantAttribute(false)]
public sealed class ActionableUpdateSolutionListener : IDisposable, 
    IVsUpdateSolutionEvents
[CLSCompliantAttribute(false)]
public ref class ActionableUpdateSolutionListener sealed : IDisposable, 
    IVsUpdateSolutionEvents
public final class ActionableUpdateSolutionListener implements IDisposable, IVsUpdateSolutionEvents
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type ActionableUpdateSolutionListener =  
    class
        interface IDisposable
        interface IVsUpdateSolutionEvents
    end

Inheritance Hierarchy

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

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

ActionableUpdateSolutionListener Members

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