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
- oldActiveSlnCfg
Type: Microsoft.VisualStudio.Shell.Interop.IVsCfg
- newActiveSlnCfg
Type: Microsoft.VisualStudio.Shell.Interop.IVsCfg
Return Value
Type: System.Int32
Implements
IVsUpdateSolutionEvents3.OnAfterActiveSolutionCfgChange(IVsCfg, IVsCfg)
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
UpdateSolutionEventsListener Class