IVsUpdateSolutionEvents3.OnAfterActiveSolutionCfgChange Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

‘선언
Function OnAfterActiveSolutionCfgChange ( _
    pOldActiveSlnCfg As IVsCfg, _
    pNewActiveSlnCfg As IVsCfg _
) As Integer
‘사용 방법
Dim instance As IVsUpdateSolutionEvents3
Dim pOldActiveSlnCfg As IVsCfg
Dim pNewActiveSlnCfg As IVsCfg
Dim returnValue As Integer

returnValue = instance.OnAfterActiveSolutionCfgChange(pOldActiveSlnCfg, _
    pNewActiveSlnCfg)
int OnAfterActiveSolutionCfgChange(
    IVsCfg pOldActiveSlnCfg,
    IVsCfg pNewActiveSlnCfg
)
int OnAfterActiveSolutionCfgChange(
    [InAttribute] IVsCfg^ pOldActiveSlnCfg, 
    [InAttribute] IVsCfg^ pNewActiveSlnCfg
)
abstract OnAfterActiveSolutionCfgChange : 
        pOldActiveSlnCfg:IVsCfg * 
        pNewActiveSlnCfg:IVsCfg -> int 
function OnAfterActiveSolutionCfgChange(
    pOldActiveSlnCfg : IVsCfg, 
    pNewActiveSlnCfg : IVsCfg
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

HRESULT IVsUpdateSolutionEvents3::OnAfterActiveSolutionCfgChange(
   [in] IVsCfg *pOldActiveSlnCfg, 
   [in] IVsCfg *pNewActiveSlnCfg
);

.NET Framework Security

See Also

Reference

IVsUpdateSolutionEvents3 Interface

IVsUpdateSolutionEvents3 Members

Microsoft.VisualStudio.Shell.Interop Namespace