ICallHierarchyToolWindowUI.DetermineContextMenuLocationForKeyboardFocusedElement Method
Determines the location of a shortcut menu invoked from the keyboard.
Namespace: Microsoft.VisualStudio.Language.CallHierarchy
Assembly: Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)
Syntax
'Declaration
Function DetermineContextMenuLocationForKeyboardFocusedElement As Nullable(Of Point)
Nullable<Point> DetermineContextMenuLocationForKeyboardFocusedElement()
Nullable<Point> DetermineContextMenuLocationForKeyboardFocusedElement()
abstract DetermineContextMenuLocationForKeyboardFocusedElement : unit -> Nullable<Point>
function DetermineContextMenuLocationForKeyboardFocusedElement() : Nullable<Point>
Return Value
Type: Nullable<Point>
The location of the shortcut menu, or null if one cannot be displayed.
.NET Framework Security
- 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.