CommandBar.accLocation(Int32, Int32, Int32, Int32, Object) Methode

Definition

Ruft die Position des Steuerelements ab. Diese Methode ist als veraltet markiert.

void accLocation([Runtime::InteropServices::Out] int & pxLeft, [Runtime::InteropServices::Out] int & pyTop, [Runtime::InteropServices::Out] int & pcxWidth, [Runtime::InteropServices::Out] int & pcyHeight, winrt::Windows::Foundation::IInspectable const & varChild);
[System.Runtime.InteropServices.DispId(-5015)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public void accLocation (out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object varChild);
[<System.Runtime.InteropServices.DispId(-5015)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member accLocation : int * int * int * int * obj -> unit
Public Sub accLocation (ByRef pxLeft As Integer, ByRef pyTop As Integer, ByRef pcxWidth As Integer, ByRef pcyHeight As Integer, Optional varChild As Object)

Parameter

pxLeft
Int32

[out] Die linke x-Koordinate.

pyTop
Int32

[out] Die oberste y-Koordinate.

pcxWidth
Int32

[out] Die Breite.

pcyHeight
Int32

[out] Die Höhe.

varChild
Object

Das untergeordnete Element.

Implementiert

Attribute

Hinweise

Diese Methode löst eine depre-edexception aus, wenn aufgerufen wird.

Gilt für