IVsUIHierarchyWindow2 Members
Include Protected Members
Include Inherited Members
Implemented by the environment to display the hierarchies that VSPackages write.
The IVsUIHierarchyWindow2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddUIHierarchy | Adds an additional root UI hierarchy node to the list managed by the UI hierarchy window. (Inherited from IVsUIHierarchyWindow.) |
![]() |
ExpandItem | Controls the state or appearance of items in the hierarchy. (Inherited from IVsUIHierarchyWindow.) |
![]() |
FindCommonSelectedHierarchy | Finds the lowermost hierarchy that is the nearest ancestor to every selected node. (Inherited from IVsUIHierarchyWindow.) |
![]() |
GetCurrentSelection | Gets the alternate itemID of the current selection when an alternate UIHierarchy is used. (Inherited from IVsUIHierarchyWindow.) |
![]() |
GetCurrentSelection(IVsHierarchy%, UInt32%, IVsMultiItemSelect%) | Gets the alternate itemID of the current selection when an alternate UIHierarchy is used. |
![]() |
GetItemState | Returns the state or appearance of the hierarchy. (Inherited from IVsUIHierarchyWindow.) |
![]() |
Init | Initializes a custom use of a UI hierarchy window. (Inherited from IVsUIHierarchyWindow.) |
![]() |
RemoveUIHierarchy | Removes a root UI hierarchy node from the UI hierarchy window. (Inherited from IVsUIHierarchyWindow.) |
![]() |
SetCursor | Sets a new cursor for the UI hierarchy window. This method allows you to show a different cursor in the UI hierarchy window when required to indicate specific actions. (Inherited from IVsUIHierarchyWindow.) |
![]() |
SetItemAttribute | |
![]() |
SetWindowHelpTopic | Sets the Help topic for the hierarchy window. (Inherited from IVsUIHierarchyWindow.) |
Top