IVsHierarchyItem Properties

 

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

NameDescription
System_CAPS_pubpropertyAreChildrenRealized

Indicates whether the child items of an IVsHierarchyItem have already been enumerated.

System_CAPS_pubpropertyCanonicalName

Gets the canonical name of the item, corresponding to the GetCanonicalName.

System_CAPS_pubpropertyChildren

Gets the child items of this IVsHierarchyItem.

System_CAPS_pubpropertyHierarchyIdentity

Gets the identity that represents this item.

System_CAPS_pubpropertyIsBold

Gets or sets whether this item should be rendered bold in an IVsUIHierarchyWindow.

System_CAPS_pubpropertyIsCut

Gets or sets whether this item should be rendered as a cut item in an IVsUIHierarchyWindow.

System_CAPS_pubpropertyIsDisposed

Determines if the item is disposed.(Inherited from ISupportDisposalNotification.)

System_CAPS_pubpropertyParent

Gets the parent IVsHierarchyItem for this item.

System_CAPS_pubpropertyText

Gets the text caption for the item in the IVsUIHierarchyWindow, corresponding to the VSHPROPID_Caption property from GetProperty.

Return to top
Show: