IVsHelpOwner.BringHelpToTop, méthode
Apporte la visionneuse de l'aide externe au premier plan.
Espace de noms : Microsoft.VisualStudio.VSHelp
Assembly : Microsoft.VisualStudio.VSHelp (dans Microsoft.VisualStudio.VSHelp.dll)
Syntaxe
'Déclaration
Sub BringHelpToTop ( _
hwndHelpApp As Integer _
)
void BringHelpToTop(
int hwndHelpApp
)
void BringHelpToTop(
[InAttribute] int hwndHelpApp
)
abstract BringHelpToTop :
hwndHelpApp:int -> unit
function BringHelpToTop(
hwndHelpApp : int
)
Paramètres
hwndHelpApp
Type : Int32Handle dans la fenêtre d'aide.
Notes
L'application d'aide doit être actif pour appeler cette méthode.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.