IVsHelpOwner.BringHelpToTop Method

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

Remarks

The Help application must be active to call this method.

Permissions

See Also

Reference

IVsHelpOwner Interface

IVsHelpOwner Members

Microsoft.VisualStudio.VSHelp Namespace