_IVsMsoOleAccDispObj.accHitTest Method (Int32, Int32)
Gets the object at the specified coordinates. This method is deprecated.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'宣言
Function accHitTest ( _
xLeft As Integer, _
yTop As Integer _
) As Object
Object accHitTest(
int xLeft,
int yTop
)
Parameters
- xLeft
Type: System.Int32
The x coordinate.
- yTop
Type: System.Int32
The y coordinate.
Return Value
Type: System.Object
The object. This method is deprecated.
Remarks
This method throws a DeprecatedException when called.
.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.