IVsSolutionUIHierarchyWindow.EnableFilter(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.
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.