RunningDocumentInfo::Hierarchy Property

 

The IVsHierarchy interface of the hierarchy node that owns the document.

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

public:
property IVsHierarchy^ Hierarchy {
	IVsHierarchy^ get();
	void set(IVsHierarchy^ value);
}
Return to top
Show: