ActionableSolutionListener.OnAfterOpenSolution Method
Called after the solution is open.
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 OnAfterOpenSolution ( _
unknownReserved As Object, _
newSolution As Integer _
) As Integer
'Usage
Dim instance As ActionableSolutionListener
Dim unknownReserved As Object
Dim newSolution As Integer
Dim returnValue As Integer
returnValue = instance.OnAfterOpenSolution(unknownReserved, _
newSolution)
public override int OnAfterOpenSolution(
Object unknownReserved,
int newSolution
)
public:
virtual int OnAfterOpenSolution(
Object^ unknownReserved,
int newSolution
) override
public override function OnAfterOpenSolution(
unknownReserved : Object,
newSolution : int
) : int
abstract OnAfterOpenSolution :
unknownReserved:Object *
newSolution:int -> int
override OnAfterOpenSolution :
unknownReserved:Object *
newSolution:int -> int
Parameters
- unknownReserved
Type: System.Object
Not used
- newSolution
Type: System.Int32
Specifies whether the solution has just been created
Return Value
Type: System.Int32
Implements
IVsSolutionEvents3.OnAfterOpenSolution(Object, Int32)
IVsSolutionEvents2.OnAfterOpenSolution(Object, Int32)
IVsSolutionEvents.OnAfterOpenSolution(Object, Int32)
.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