Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This method is deprecated.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Function accHitTest ( _
xLeft As Integer, _
yTop As Integer _
) As Object
Object accHitTest(
int xLeft,
int yTop
)
Object^ accHitTest(
[InAttribute] int xLeft,
[InAttribute] int yTop
)
abstract accHitTest :
xLeft:int *
yTop:int -> Object
function accHitTest(
xLeft : int,
yTop : int
) : Object
Parameters
xLeft
Type: Int32The x coordinate.
yTop
Type: Int32The y coordinate.
Return Value
Type: Object
.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.