HierarchyItemEventArgs::Item Property

 

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

Namespace:   Microsoft.VisualStudio.Shell
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.

Return to top
Show: