Brings the external Help viewer to the foreground.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'宣言
Sub BringHelpToTop ( _
hwndHelpApp As Integer _
)
'使用
Dim instance As IVsHelpOwner
Dim hwndHelpApp As Integer
instance.BringHelpToTop(hwndHelpApp)
void BringHelpToTop(
int hwndHelpApp
)
void BringHelpToTop(
[InAttribute] int hwndHelpApp
)
function BringHelpToTop(
hwndHelpApp : int
)
Parameters
hwndHelpApp
Type: System.Int32Handle to the Help window.
Remarks
The Help application must be active to call this method.
Permissions
- 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.