This member overrides SolutionListener.OnAfterOpenSolution(Object, Int32).
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides Function OnAfterOpenSolution ( _
reserved As Object, _
isSolution As Integer _
) As Integer
'使用
Dim instance As SolutionListenerForProjectOpen
Dim reserved As Object
Dim isSolution As Integer
Dim returnValue As Integer
returnValue = instance.OnAfterOpenSolution(reserved, _
isSolution)
public override int OnAfterOpenSolution(
Object reserved,
int isSolution
)
public:
virtual int OnAfterOpenSolution(
Object^ reserved,
int isSolution
) override
public override function OnAfterOpenSolution(
reserved : Object,
isSolution : int
) : int
Parameters
- reserved
Type: System.Object
- isSolution
Type: System.Int32
Return Value
Type: System.Int32
Implements
IVsSolutionEvents3.OnAfterOpenSolution(Object, Int32)
IVsSolutionEvents2.OnAfterOpenSolution(Object, Int32)
IVsSolutionEvents.OnAfterOpenSolution(Object, Int32)
Permissions
- 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
SolutionListenerForProjectOpen Class