IFrameworkElementContextMenuDispatch.ShowContextMenu, méthode
Espace de noms : Microsoft.TeamFoundation.Controls.WPF
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Function ShowContextMenu ( _
element As FrameworkElement, _
args As ContextMenuEventArgs, _
isKeyboardInvoked As Boolean _
) As Boolean
bool ShowContextMenu(
FrameworkElement element,
ContextMenuEventArgs args,
bool isKeyboardInvoked
)
Paramètres
- element
Type : System.Windows.FrameworkElement
- args
Type : System.Windows.Controls.ContextMenuEventArgs
- isKeyboardInvoked
Type : System.Boolean
Valeur de retour
Type : System.Boolean
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.