IVsObjectListOwner::ClearListFilters Method (UInt32)
Visual Studio 2015
Sets filters on the object list to their default values.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- dwReserved
-
Type:
System::UInt32
[in] Unused.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Clears list filtering so that hidden, inherited, private, protected, public, and other members appear.
From vsshell.idl:
HRESULT IVsObjectListOwner::ClearListFilters(
[in] DWORD dwReserved
);
Show: