Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the location of the control. This method is deprecated.
Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Overridable Sub accLocation ( _
    <OutAttribute> ByRef pxLeft As Integer, _
    <OutAttribute> ByRef pyTop As Integer, _
    <OutAttribute> ByRef pcxWidth As Integer, _
    <OutAttribute> ByRef pcyHeight As Integer, _
    varChild As Object _
)
public virtual void accLocation(
    out int pxLeft,
    out int pyTop,
    out int pcxWidth,
    out int pcyHeight,
    Object varChild
)
public:
virtual void accLocation(
    [OutAttribute] int% pxLeft, 
    [OutAttribute] int% pyTop, 
    [OutAttribute] int% pcxWidth, 
    [OutAttribute] int% pcyHeight, 
    [InAttribute] Object^ varChild
)
abstract accLocation : 
        pxLeft:int byref * 
        pyTop:int byref * 
        pcxWidth:int byref * 
        pcyHeight:int byref * 
        varChild:Object -> unit  
override accLocation : 
        pxLeft:int byref * 
        pyTop:int byref * 
        pcxWidth:int byref * 
        pcyHeight:int byref * 
        varChild:Object -> unit
public function accLocation(
    pxLeft : int, 
    pyTop : int, 
    pcxWidth : int, 
    pcyHeight : int, 
    varChild : Object
)
Parameters
- pxLeft 
 Type: Int32%- [out] The left-hand x coordinate. 
- pyTop 
 Type: Int32%- [out] The top y coordinate. 
- pcxWidth 
 Type: Int32%- [out] The width. 
- pcyHeight 
 Type: Int32%- [out] The height. 
- varChild 
 Type: Object- The child. 
Implements
_CommandBarButton.accLocation(Int32%, Int32%, Int32%, Int32%, Object)
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.