UpdateSolutionEventsListener.OnBeforeActiveSolutionCfgChange Method

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

Syntax

'宣言
Public Overridable Function OnBeforeActiveSolutionCfgChange ( _
    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.OnBeforeActiveSolutionCfgChange(oldActiveSlnCfg, _
    newActiveSlnCfg)
public virtual int OnBeforeActiveSolutionCfgChange(
    IVsCfg oldActiveSlnCfg,
    IVsCfg newActiveSlnCfg
)
public:
virtual int OnBeforeActiveSolutionCfgChange(
    IVsCfg^ oldActiveSlnCfg, 
    IVsCfg^ newActiveSlnCfg
)
public function OnBeforeActiveSolutionCfgChange(
    oldActiveSlnCfg : IVsCfg, 
    newActiveSlnCfg : IVsCfg
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsUpdateSolutionEvents3.OnBeforeActiveSolutionCfgChange(IVsCfg, IVsCfg)

Permissions

See Also

Reference

UpdateSolutionEventsListener Class

UpdateSolutionEventsListener Members

Microsoft.VisualStudio.Package Namespace