Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Function IsItemFilteredInvisible ( _
pItem As IDataObject _
) As Boolean
bool IsItemFilteredInvisible(
IDataObject pItem
)
bool IsItemFilteredInvisible(
[InAttribute] IDataObject^ pItem
)
abstract IsItemFilteredInvisible :
pItem:IDataObject -> bool
function IsItemFilteredInvisible(
pItem : IDataObject
) : boolean
Parameters
pItem
Type: Microsoft.VisualStudio.OLE.Interop.IDataObject[in] The item to check for invisibility.
Return Value
Type: Boolean
true if the item is invisible, or false if the item is visible.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.