IVsSolutionUIHierarchyWindow Interface

 

Provides programmatic access to the Solution Explorer window.

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

[GuidAttribute("D286024E-6940-4D08-986D-CE82E732BAAB")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionUIHierarchyWindow

NameDescription
System_CAPS_pubmethodAdviseSolutionUIEvents(IVsSolutionUIEvents, UInt32)

Registers an event sink to listen to events related to the Solution Explorer window.

System_CAPS_pubmethodDisableFilter()

Disables the currently-enabled filter. If no filter is currently enabled, this method does nothing.

System_CAPS_pubmethodEnableFilter(Guid, UInt32)

Enable the filter specified by the filter group and filter identifier pair.

System_CAPS_pubmethodGetCurrentFilter(Guid, UInt32)

Gets the filter group and filter identifier pair for the currently-enabled filter.

System_CAPS_pubmethodIsFilterEnabled()

Indicates whether the current filter is enabled or disabled.

System_CAPS_pubmethodUnadviseSolutionUIEvents(UInt32)

Unregister an event sink so that it will no longer receive events from the Solution Explorer window.

Return to top
Show: