Udostępnij za pośrednictwem


Interfejs IVsHierarchyItem

Contains instance property information for a single item in an IVsUIHierarchyWindow.

Ten interfejs API nie jest zgodny ze specyfikacją CLS. 

Przestrzeń nazw:  Microsoft.VisualStudio.Shell
Zestaw:  Microsoft.VisualStudio.Shell.Immutable.11.0 (w Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Składnia

'Deklaracja
<CLSCompliantAttribute(False)> _
Public Interface IVsHierarchyItem _
    Inherits ISupportDisposalNotification, INotifyPropertyChanged, INotifyPropertyChanging
[CLSCompliantAttribute(false)]
public interface IVsHierarchyItem : ISupportDisposalNotification, 
    INotifyPropertyChanged, INotifyPropertyChanging

Typ IVsHierarchyItem uwidacznia następujące elementy członkowskie.

Właściwości

  Nazwa Opis
Właściwość publiczna AreChildrenRealized Indicates whether the child items of an IVsHierarchyItem have already been enumerated.
Właściwość publiczna CanonicalName Gets the canonical name of the item, corresponding to the GetCanonicalName.
Właściwość publiczna Children Gets the child items of this IVsHierarchyItem.
Właściwość publiczna HierarchyIdentity Gets the identity that represents this item.
Właściwość publiczna IsBold Gets or sets whether this item should be rendered bold in an IVsUIHierarchyWindow.
Właściwość publiczna IsCut Gets or sets whether this item should be rendered as a cut item in an IVsUIHierarchyWindow.
Właściwość publiczna IsDisposed Determines if the item is disposed. (Odziedziczone z ISupportDisposalNotification).
Właściwość publiczna Parent Gets the parent IVsHierarchyItem for this item.
Właściwość publiczna Text Gets the text caption for the item in the IVsUIHierarchyWindow, corresponding to the VSHPROPID_Caption property from GetProperty.

Początek

Zdarzenia

  Nazwa Opis
Zdarzenie publiczne PropertyChanged Występuje, gdy wartość właściwości zostanie zmieniona. (Odziedziczone z INotifyPropertyChanged).
Zdarzenie publiczne PropertyChanging Występuje, gdy wartość właściwości jest zmieniany. (Odziedziczone z INotifyPropertyChanging).

Początek

Uwagi

An IVsHierarchyItem has an associated IVsHierarchyItemIdentity that defines the IVsHierarchy/item identifier or IVsHierarchy/item identifier pair that represents the item. This interface also lets you get properties like text for the items and to enumerate its child and parent items.

A single item in the Solution Explorer (for example, a C# project node) can actually be composed of two different IVsHierarchy implementations with two different item identifiers. As a specific example, the “solution” is an IVsHierarchy representing the “tree” of items in the solution, but the solution’s IVsHierarchy does not know about the content of projects. A specific C# project in the solution is also a separate IVsHierarchy. The node representing the project itself might be node #50 in the IVsHierarchy for the solution, and node VSITEMID_ROOT in the IVsHierarchy for the project. IVsHierarchyItemIdentity and IVsHierarchyItem bind together these two different IVsHierarchy and item identifiers into a single concept.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.VisualStudio.Shell