HierarchyItemEventArgs::Item Property
Visual Studio 2015
Gets the hierarchy item containing either the invalidated items or the item that was added.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
public: property IVsHierarchyItem^ Item { [CompilerGeneratedAttribute] IVsHierarchyItem^ get(); [CompilerGeneratedAttribute] private: void set(IVsHierarchyItem^ value); }
Property Value
Type: Microsoft.VisualStudio.Shell::IVsHierarchyItem^The hierarchy item containing either the invalidated items or the item that was added.
Show: