IVsSolutionUIHierarchyWindow.EnableFilter(Guid, UInt32) Method

Definition

Enable the filter specified by the filter group and filter identifier pair.

public:
 bool EnableFilter(Guid % pguidFilterGroup, System::UInt32 nFilterID);
public bool EnableFilter (ref Guid pguidFilterGroup, uint nFilterID);
abstract member EnableFilter : Guid * uint32 -> bool
Public Function EnableFilter (ByRef pguidFilterGroup As Guid, nFilterID As UInteger) As Boolean

Parameters

pguidFilterGroup
Guid

[in] The group to which the filter belongs.

nFilterID
UInt32

[in] The identifier of the filter.

Returns

true if the filter was successfully enabled.

Applies to