次の方法で共有


CommandBarButtonClass.accHitTest Method

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

'宣言
Public Overridable Function accHitTest ( _
    xLeft As Integer, _
    yTop As Integer _
) As Object
public virtual Object accHitTest(
    int xLeft,
    int yTop
)

Parameters

Return Value

Type: System.Object
The object. This method is deprecated.

Implements

_CommandBarButton.accHitTest(Int32, Int32)

Remarks

This method throws a DeprecatedException when called.

.NET Framework Security

See Also

Reference

CommandBarButtonClass Class

Microsoft.VisualStudio.CommandBars Namespace