IVsObjectListOwner.ClearListFilters(UInt32) Method

Definition

Sets filters on the object list to their default values.

public:
 int ClearListFilters(System::UInt32 dwReserved);
public:
 int ClearListFilters(unsigned int dwReserved);
int ClearListFilters(unsigned int dwReserved);
public int ClearListFilters (uint dwReserved);
abstract member ClearListFilters : uint32 -> int
Public Function ClearListFilters (dwReserved As UInteger) As Integer

Parameters

dwReserved
UInt32

[in] Unused.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

Clears list filtering so that hidden, inherited, private, protected, public, and other members appear.

COM Signature

From vsshell.idl:

HRESULT IVsObjectListOwner::ClearListFilters(  
   [in] DWORD dwReserved  
);  

Applies to