ConversionSolutionListener Class
This class and its members are reserved for internal use and are not intended to be used in your code.
This API is not CLS-compliant.
Inheritance Hierarchy
System..::..Object
Microsoft.VisualStudio.Data.Tools.Package.SqlProfile.UI..::..ConversionSolutionListener
Namespace: Microsoft.VisualStudio.Data.Tools.Package.SqlProfile.UI
Assembly: Microsoft.VisualStudio.Data.Tools.Package.SqlProfile (in Microsoft.VisualStudio.Data.Tools.Package.SqlProfile.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class ConversionSolutionListener _
Implements IVsSolutionEvents3, IVsSolutionEvents2, IVsSolutionEvents, IVsSolutionEvents4, _
IDisposable
'Usage
Dim instance As ConversionSolutionListener
[CLSCompliantAttribute(false)]
public class ConversionSolutionListener : IVsSolutionEvents3,
IVsSolutionEvents2, IVsSolutionEvents, IVsSolutionEvents4, IDisposable
[CLSCompliantAttribute(false)]
public ref class ConversionSolutionListener : IVsSolutionEvents3,
IVsSolutionEvents2, IVsSolutionEvents, IVsSolutionEvents4, IDisposable
[<CLSCompliantAttribute(false)>]
type ConversionSolutionListener =
class
interface IVsSolutionEvents3
interface IVsSolutionEvents2
interface IVsSolutionEvents
interface IVsSolutionEvents4
interface IDisposable
end
public class ConversionSolutionListener implements IVsSolutionEvents3, IVsSolutionEvents2, IVsSolutionEvents, IVsSolutionEvents4, IDisposable
The ConversionSolutionListener type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConversionSolutionListener | Initializes a new instance of the ConversionSolutionListener class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose() () () () | The IDispose interface Dispose method for disposing the object determinastically. | |
Dispose(Boolean) | The method that does the cleanup. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Init | ||
MemberwiseClone | (Inherited from Object.) | |
OnAfterAsynchOpenProject | ||
OnAfterChangeProjectParent | ||
OnAfterCloseSolution | ||
OnAfterClosingChildren | ||
OnAfterLoadProject | ||
OnAfterMergeSolution | ||
OnAfterOpeningChildren | ||
OnAfterOpenProject | ||
OnAfterOpenSolution | ||
OnAfterRenameProject | ||
OnBeforeCloseProject | ||
OnBeforeCloseSolution | ||
OnBeforeClosingChildren | ||
OnBeforeOpeningChildren | ||
OnBeforeUnloadProject | ||
OnQueryChangeProjectParent | Fired before a project is moved from one parent to another in the solution explorer | |
OnQueryCloseProject | ||
OnQueryCloseSolution | ||
OnQueryUnloadProject | ||
ToString | (Inherited from Object.) |
Top
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
Microsoft.VisualStudio.Data.Tools.Package.SqlProfile.UI Namespace