IVsFireUpdateSolutionEvents Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("D8C0B590-65EC-42F7-903F-8ED7C1B3D629")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsFireUpdateSolutionEvents
[GuidAttribute("D8C0B590-65EC-42F7-903F-8ED7C1B3D629")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFireUpdateSolutionEvents
[GuidAttribute(L"D8C0B590-65EC-42F7-903F-8ED7C1B3D629")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsFireUpdateSolutionEvents
[<GuidAttribute("D8C0B590-65EC-42F7-903F-8ED7C1B3D629")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFireUpdateSolutionEvents = interface end
public interface IVsFireUpdateSolutionEvents
The IVsFireUpdateSolutionEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
FireOnActiveProjectCfgChange | ||
FireOnActiveProjectCfgChangeBatchBegin | ||
FireOnActiveProjectCfgChangeBatchEnd |
Top