IVsSolutionUIHierarchyWindow::EnableFilter Method (Guid, UInt32)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

bool EnableFilter(
	[InAttribute] Guid% pguidFilterGroup,
	unsigned int nFilterID
)

Parameters

pguidFilterGroup
Type: System::Guid

[in] The group to which the filter belongs.

nFilterID
Type: System::UInt32

[in] The identifier of the filter.

Return Value

Type: System::Boolean

true if the filter was successfully enabled.

Return to top
Show: