IVsSolutionUIHierarchyWindow.GetCurrentFilter(Guid, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the filter group and filter identifier pair for the currently-enabled filter.
public:
void GetCurrentFilter([Runtime::InteropServices::Out] Guid % pguidFilterGroup, [Runtime::InteropServices::Out] System::UInt32 % nFilterID);
public void GetCurrentFilter (out Guid pguidFilterGroup, out uint nFilterID);
abstract member GetCurrentFilter : Guid * uint32 -> unit
Public Sub GetCurrentFilter (ByRef pguidFilterGroup As Guid, ByRef nFilterID As UInteger)
Parameters
- pguidFilterGroup
- Guid
[out] The group to which the filter belongs.
- nFilterID
- UInt32
[out] The identifier of the filter.