ActionableSolutionListener.OnAfterCloseSolution Method
Called after a solution is closed.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overrides Function OnAfterCloseSolution ( _
reserved As Object _
) As Integer
'Usage
Dim instance As ActionableSolutionListener
Dim reserved As Object
Dim returnValue As Integer
returnValue = instance.OnAfterCloseSolution(reserved)
public override int OnAfterCloseSolution(
Object reserved
)
public:
virtual int OnAfterCloseSolution(
Object^ reserved
) override
public override function OnAfterCloseSolution(
reserved : Object
) : int
abstract OnAfterCloseSolution :
reserved:Object -> int
override OnAfterCloseSolution :
reserved:Object -> int
Parameters
- reserved
Type: System.Object
Not used
Return Value
Type: System.Int32
Implements
IVsSolutionEvents3.OnAfterCloseSolution(Object)
IVsSolutionEvents2.OnAfterCloseSolution(Object)
IVsSolutionEvents.OnAfterCloseSolution(Object)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ActionableSolutionListener Class
ActionableSolutionListener Members
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace