Partager via


WindowHelper.ShowModalElement, méthode (IVsUIElement, Window)

Crée l'élément spécifié et l'affiche en tant que boîte de dialogue modale, à l'aide de la fenêtre spécifiée ou la fenêtre principale d'IDE en tant que parent.

Espace de noms :  Microsoft.Internal.VisualStudio.PlatformUI
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Public Shared Function ShowModalElement ( _
    element As IVsUIElement, _
    owner As Window _
) As Integer
public static int ShowModalElement(
    IVsUIElement element,
    Window owner
)

Paramètres

Valeur de retour

Type : System.Int32
Un IDENTIFICATEUR de bouton de Win32, ou 0 pour l'inconnu.

Sécurité .NET Framework

Voir aussi

Référence

WindowHelper Classe

ShowModalElement, surcharge

Microsoft.Internal.VisualStudio.PlatformUI, espace de noms