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: Guid%[out] The group to which the filter belongs.
nFilterID
Type: UInt32%[out] The identifier of the filter.
.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.