IVsSolutionUIHierarchyWindow Interface

Definition

Provides programmatic access to the Solution Explorer window.

public interface class IVsSolutionUIHierarchyWindow
public interface class IVsSolutionUIHierarchyWindow
__interface IVsSolutionUIHierarchyWindow
[System.Runtime.InteropServices.Guid("D286024E-6940-4D08-986D-CE82E732BAAB")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionUIHierarchyWindow
[<System.Runtime.InteropServices.Guid("D286024E-6940-4D08-986D-CE82E732BAAB")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolutionUIHierarchyWindow = interface
Public Interface IVsSolutionUIHierarchyWindow
Attributes

Methods

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.

Applies to