IVsToolbox6::IsItemFilteredInvisible Method (IDataObject^)

 

Indicates whether the specified item is currently invisible due to a search filter.

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

bool IsItemFilteredInvisible(
	IDataObject^ pItem
)

Parameters

pItem
Type: Microsoft.VisualStudio.OLE.Interop::IDataObject^

[in] The item to check for invisibility.

Return Value

Type: System::Boolean

true if the item is invisible, or false if the item is visible.

Return to top
Show: