ErrorTask::HierarchyItem Property

 

Gets or sets the hierarchy item associated with this task.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property IVsHierarchy^ HierarchyItem {
	IVsHierarchy^ get();
	void set(IVsHierarchy^ value);
}

Property Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^

The IVsHierarchy item associated with the task.

Return to top
Show: