IVsSolutionUIHierarchyWindow::GetCurrentFilter Method (Guid, UInt32)

 

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)

void GetCurrentFilter(
	[OutAttribute] Guid% pguidFilterGroup,
	[OutAttribute] unsigned int% nFilterID
)

Parameters

pguidFilterGroup
Type: System::Guid

[out] The group to which the filter belongs.

nFilterID
Type: System::UInt32

[out] The identifier of the filter.

Return to top
Show: