IVsSolutionUIHierarchyWindow.IsFilterEnabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the current filter is enabled or disabled.
public:
bool IsFilterEnabled();
public:
bool IsFilterEnabled();
bool IsFilterEnabled();
public bool IsFilterEnabled ();
abstract member IsFilterEnabled : unit -> bool
Public Function IsFilterEnabled () As Boolean
Returns
true
if the current filter is enabled and false
if it is disabled.