IVsSolutionBuildManager5 Interface

 

Provides access to IVsUpdateSolutionEvents4 events.

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("75D64352-C2F9-4BF8-9C89-57CFE548BF75")]
public interface IVsSolutionBuildManager5

NameDescription
System_CAPS_pubmethodAdviseUpdateSolutionEvents4(IVsUpdateSolutionEvents4, UInt32)

Subscribes to update solution events.

System_CAPS_pubmethodAdviseUpdateSolutionEventsAsync(IVsUpdateSolutionEventsAsync, UInt32)

System_CAPS_pubmethodFindActiveProjectCfgName(Guid, String)

Obtains the full name (for example "Debug|Win32") of the project configuration that is in the active solution configuration.

System_CAPS_pubmethodUnadviseUpdateSolutionEvents4(UInt32)

Disables client notification of update solution events.

System_CAPS_pubmethodUnadviseUpdateSolutionEventsAsync(UInt32)

Return to top
Show: