IVsObjectListOwner::ClearListFilters Method (UInt32)

 

Sets filters on the object list to their default values.

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

int ClearListFilters(
	unsigned int dwReserved
)

Parameters

dwReserved
Type: System::UInt32

[in] Unused.

Return Value

Type: System::Int32

If 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
);
Return to top
Show: