Help2.Close Method
Closes Document Explorer and all of its pages.
Namespace: Microsoft.VisualStudio.VSHelp80
Assembly: Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)
Syntax
'Declaration
Sub Close
'Usage
Dim instance As Help2
instance.Close()
void Close()
void Close()
function Close()
Implements
Remarks
Call this method if you co-create a VSHelp80.DExploreAppObj80 object. This applies if your application is not a VSPackage, and start Document Explorer externally.
.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.