RunningDocumentTable::CloseHierarchy Method (__FRAMECLOSE, IVsHierarchy^)

 

Closes the project hierarchy.

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

public:
CloseResult CloseHierarchy(
	__FRAMECLOSE options,
	IVsHierarchy^ hierarchy
)

Parameters

options
Type: Microsoft.VisualStudio.Shell.Interop::__FRAMECLOSE

The close options

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

The project hierarchy.

Return Value

Type: Microsoft.VisualStudio.Shell::CloseResult

The close result.

Return to top
Show: