Share via


ActionableSolutionListener Class

Listens to all the solution listener interfaces.

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 ActionableSolutionListener _
    Inherits SolutionListener
'Usage
Dim instance As ActionableSolutionListener
[CLSCompliantAttribute(false)]
public sealed class ActionableSolutionListener : SolutionListener
[CLSCompliantAttribute(false)]
public ref class ActionableSolutionListener sealed : public SolutionListener
public final class ActionableSolutionListener extends SolutionListener
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type ActionableSolutionListener =  
    class
        inherit SolutionListener
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.SolutionListener
    Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities.ActionableSolutionListener

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

ActionableSolutionListener Members

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