__VSCOMHIEROPTIONS Enum

Definition

Controls whether the FindCommonSelectedHierarchy(UInt32, IVsUIHierarchy) can return the solution as the common hierarchy.

public enum class __VSCOMHIEROPTIONS
public enum class __VSCOMHIEROPTIONS
enum __VSCOMHIEROPTIONS
public enum __VSCOMHIEROPTIONS
type __VSCOMHIEROPTIONS = 
Public Enum __VSCOMHIEROPTIONS
Inheritance
__VSCOMHIEROPTIONS

Fields

COMHIEROPT_AllowHiddenRoot 2

Okay to return Solution node hierarchy.

COMHIEROPT_RootHierarchyOnly 1

Return project nodes only.

Remarks

When using COMHIEROPT_RootHierarchyOnly, FindCommonSelectedHierarchy only returns other hierarchies; the Solution is never returned.

In contrast, the member COMHIEROPT_AllowHiddenRoot, allows FindCommonSelectedHierarchy to return the Solution as the common hierarchy, if there is no other hierarchy common to the selected hierarchies or items.

COM Signature

From vsshell.idl:

Applies to