RunningDocumentTable.CloseHierarchy Method
Closes the project hierarchy.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Function CloseHierarchy ( _
options As __FRAMECLOSE, _
hierarchy As IVsHierarchy _
) As CloseResult
public CloseResult CloseHierarchy(
__FRAMECLOSE options,
IVsHierarchy hierarchy
)
public:
CloseResult CloseHierarchy(
__FRAMECLOSE options,
IVsHierarchy^ hierarchy
)
member CloseHierarchy :
options:__FRAMECLOSE *
hierarchy:IVsHierarchy -> CloseResult
public function CloseHierarchy(
options : __FRAMECLOSE,
hierarchy : IVsHierarchy
) : CloseResult
Parameters
options
Type: Microsoft.VisualStudio.Shell.Interop.__FRAMECLOSEThe close options
hierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchyThe project hierarchy.
Return Value
Type: Microsoft.VisualStudio.Shell.CloseResult
The close result.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.