UpdateSolutionEventsListener.OnAfterActiveSolutionCfgChange Method

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Function OnAfterActiveSolutionCfgChange ( _
    oldActiveSlnCfg As IVsCfg, _
    newActiveSlnCfg As IVsCfg _
) As Integer
'使用
Dim instance As UpdateSolutionEventsListener
Dim oldActiveSlnCfg As IVsCfg
Dim newActiveSlnCfg As IVsCfg
Dim returnValue As Integer

returnValue = instance.OnAfterActiveSolutionCfgChange(oldActiveSlnCfg, _
    newActiveSlnCfg)
public virtual int OnAfterActiveSolutionCfgChange(
    IVsCfg oldActiveSlnCfg,
    IVsCfg newActiveSlnCfg
)
public:
virtual int OnAfterActiveSolutionCfgChange(
    IVsCfg^ oldActiveSlnCfg, 
    IVsCfg^ newActiveSlnCfg
)
public function OnAfterActiveSolutionCfgChange(
    oldActiveSlnCfg : IVsCfg, 
    newActiveSlnCfg : IVsCfg
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsUpdateSolutionEvents3.OnAfterActiveSolutionCfgChange(IVsCfg, IVsCfg)

Permissions

See Also

Reference

UpdateSolutionEventsListener Class

UpdateSolutionEventsListener Members

Microsoft.VisualStudio.Package Namespace