IVsSolutionUIHierarchyWindow::GetCurrentFilter Method (Guid, UInt32)
Visual Studio 2015
Gets the filter group and filter identifier pair for the currently-enabled filter.
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.
Show: