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

‘선언
Function ClearListFilters ( _
    dwReserved As UInteger _
) As Integer
‘사용 방법
Dim instance As IVsObjectListOwner
Dim dwReserved As UInteger
Dim returnValue As Integer

returnValue = instance.ClearListFilters(dwReserved)
int ClearListFilters(
    uint dwReserved
)
int ClearListFilters(
    [InAttribute] unsigned int dwReserved
)
abstract ClearListFilters : 
        dwReserved:uint32 -> int 
function ClearListFilters(
    dwReserved : uint
) : int

Parameters

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

See Also

Reference

IVsObjectListOwner Interface

IVsObjectListOwner Members

Microsoft.VisualStudio.Shell.Interop Namespace