OnBeforeCloseSolution Method
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
Public Overridable Function OnBeforeCloseSolution ( _
pUnkReserved As Object _
) As Integer
'Usage
Dim instance As ConversionSolutionListener
Dim pUnkReserved As Object
Dim returnValue As Integer
returnValue = instance.OnBeforeCloseSolution(pUnkReserved)
public virtual int OnBeforeCloseSolution(
Object pUnkReserved
)
public:
virtual int OnBeforeCloseSolution(
Object^ pUnkReserved
)
abstract OnBeforeCloseSolution :
pUnkReserved:Object -> int
override OnBeforeCloseSolution :
pUnkReserved:Object -> int
public function OnBeforeCloseSolution(
pUnkReserved : Object
) : int
Parameters
- pUnkReserved
Type: System..::..Object
Return Value
Type: System..::..Int32
Implements
IVsSolutionEvents3OnBeforeCloseSolution(Object)
IVsSolutionEvents2OnBeforeCloseSolution(Object)
IVsSolutionEventsOnBeforeCloseSolution(Object)
See Also
Reference
ConversionSolutionListener Class
Microsoft.VisualStudio.Data.Tools.Package.SqlProfile.UI Namespace