HierarchyItemEventArgs.Item Property

Definition

Gets the hierarchy item containing either the invalidated items or the item that was added.

public:
 property Microsoft::VisualStudio::Shell::IVsHierarchyItem ^ Item { Microsoft::VisualStudio::Shell::IVsHierarchyItem ^ get(); };
public Microsoft.VisualStudio.Shell.IVsHierarchyItem Item { get; }
member this.Item : Microsoft.VisualStudio.Shell.IVsHierarchyItem
Public ReadOnly Property Item As IVsHierarchyItem

Property Value

The hierarchy item containing either the invalidated items or the item that was added.

Applies to