UpdateSolutionEventsListener Class
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
<CLSCompliantAttribute(False)> _
Public MustInherit Class UpdateSolutionEventsListener _
Implements IVsUpdateSolutionEvents3, IVsUpdateSolutionEvents2, IVsUpdateSolutionEvents, IDisposable
Dim instance As UpdateSolutionEventsListener
[CLSCompliantAttribute(false)]
public abstract class UpdateSolutionEventsListener : IVsUpdateSolutionEvents3,
IVsUpdateSolutionEvents2, IVsUpdateSolutionEvents, IDisposable
[CLSCompliantAttribute(false)]
public ref class UpdateSolutionEventsListener abstract : IVsUpdateSolutionEvents3,
IVsUpdateSolutionEvents2, IVsUpdateSolutionEvents, IDisposable
public abstract class UpdateSolutionEventsListener implements IVsUpdateSolutionEvents3, IVsUpdateSolutionEvents2, IVsUpdateSolutionEvents, IDisposable
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Package.UpdateSolutionEventsListener
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.