IVsHierarchyItem Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | AreChildrenRealized | Indicates whether the child items of an IVsHierarchyItem have already been enumerated. |
![]() | CanonicalName | Gets the canonical name of the item, corresponding to the GetCanonicalName. |
![]() | Children | Gets the child items of this IVsHierarchyItem. |
![]() | HierarchyIdentity | Gets the identity that represents this item. |
![]() | IsBold | Gets or sets whether this item should be rendered bold in an IVsUIHierarchyWindow. |
![]() | IsCut | Gets or sets whether this item should be rendered as a cut item in an IVsUIHierarchyWindow. |
![]() | IsDisposed | Determines if the item is disposed.(Inherited from ISupportDisposalNotification.) |
![]() | Parent | Gets the parent IVsHierarchyItem for this item. |
![]() | Text | Gets the text caption for the item in the IVsUIHierarchyWindow, corresponding to the VSHPROPID_Caption property from GetProperty. |
Show:
