IVsObjectListOwner.ClearListFilters Method
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)
Syntax
'Declaration
Function ClearListFilters ( _
dwReserved As UInteger _
) As Integer
int ClearListFilters(
uint dwReserved
)
int ClearListFilters(
[InAttribute] unsigned int dwReserved
)
abstract ClearListFilters :
dwReserved:uint32 -> int
function ClearListFilters(
dwReserved : uint
) : int
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.
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
);
.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.