IVsUIHierarchyWindow2 Methods

 

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

NameDescription
System_CAPS_pubmethodAddUIHierarchy(IVsUIHierarchy^, UInt32)

Adds an additional root UI hierarchy node to the list managed by the UI hierarchy window.

System_CAPS_pubmethodExpandItem(IVsUIHierarchy^, UInt32, EXPANDFLAGS)

Controls the state or appearance of items in the hierarchy.

System_CAPS_pubmethodFindCommonSelectedHierarchy(UInt32, IVsUIHierarchy^)

Finds the lowermost hierarchy that is the nearest ancestor to every selected node.

System_CAPS_pubmethodGetCurrentSelection(IntPtr, UInt32, IVsMultiItemSelect^)

Gets the alternate itemID of the current selection when an alternate UIHierarchy is used.(Inherited from IVsUIHierarchyWindow.)

System_CAPS_pubmethodGetCurrentSelection(IVsHierarchy^, UInt32, IVsMultiItemSelect^)

Gets the alternate itemID of the current selection when an alternate UIHierarchy is used.

System_CAPS_pubmethodGetItemState(IVsUIHierarchy^, UInt32, UInt32, UInt32)

Returns the state or appearance of the hierarchy.

System_CAPS_pubmethodInit(IVsUIHierarchy^, UInt32, Object^)

Initializes a custom use of a UI hierarchy window.

System_CAPS_pubmethodRemoveUIHierarchy(IVsUIHierarchy^)

Removes a root UI hierarchy node from the UI hierarchy window.

System_CAPS_pubmethodSetCursor(IntPtr, IntPtr)

Sets a new cursor for the UI hierarchy window.

System_CAPS_pubmethodSetItemAttribute(IVsUIHierarchy^, UInt32, UInt32, Object^)

Sets an item attribute in the specified hierarchy.

System_CAPS_pubmethodSetWindowHelpTopic(String^, UInt32)

Sets the Help topic for the hierarchy window.

Return to top
Show: