RunningDocumentTable.CloseHierarchy Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Public Function CloseHierarchy ( _
options As __FRAMECLOSE, _
hierarchy As IVsHierarchy _
) As CloseResult
public CloseResult CloseHierarchy(
__FRAMECLOSE options,
IVsHierarchy hierarchy
)
Parameters
- options
Type: Microsoft.VisualStudio.Shell.Interop.__FRAMECLOSE
- hierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
Return Value
Type: Microsoft.VisualStudio.Shell.CloseResult
.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.