Share via


IVsSolutionUIHierarchyWindow.GetCurrentFilter Method

Gets the filter group and filter identifier pair for the currently-enabled filter.

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

Syntax

'Declaration
Sub GetCurrentFilter ( _
    <OutAttribute> ByRef pguidFilterGroup As Guid, _
    <OutAttribute> ByRef nFilterID As UInteger _
)
void GetCurrentFilter(
    out Guid pguidFilterGroup,
    out uint nFilterID
)
void GetCurrentFilter(
    [OutAttribute] Guid% pguidFilterGroup, 
    [OutAttribute] unsigned int% nFilterID
)
abstract GetCurrentFilter : 
        pguidFilterGroup:Guid byref * 
        nFilterID:uint32 byref -> unit
function GetCurrentFilter(
    pguidFilterGroup : Guid, 
    nFilterID : uint
)

Parameters

  • pguidFilterGroup
    Type: System.Guid%

    [out] The group to which the filter belongs.

  • nFilterID
    Type: System.UInt32%

    [out] The identifier of the filter.

.NET Framework Security

See Also

Reference

IVsSolutionUIHierarchyWindow Interface

Microsoft.VisualStudio.Shell.Interop Namespace