IVsSolutionUIHierarchyWindow Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseSolutionUIEvents(IVsSolutionUIEvents^, UInt32) | Registers an event sink to listen to events related to the Solution Explorer window. |
![]() | DisableFilter() | Disables the currently-enabled filter. If no filter is currently enabled, this method does nothing. |
![]() | EnableFilter(Guid, UInt32) | Enable the filter specified by the filter group and filter identifier pair. |
![]() | GetCurrentFilter(Guid, UInt32) | Gets the filter group and filter identifier pair for the currently-enabled filter. |
![]() | IsFilterEnabled() | Indicates whether the current filter is enabled or disabled. |
![]() | UnadviseSolutionUIEvents(UInt32) | Unregister an event sink so that it will no longer receive events from the Solution Explorer window. |
Show:
