HierarchyItemEventArgs.Item Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.