_CommandBarComboBox.accLocation 方法 (Int32%, Int32%, Int32%, Int32%, Object)
获取控件的位置。此方法已被否决。
命名空间: Microsoft.VisualStudio.CommandBars
程序集: Microsoft.VisualStudio.CommandBars(在 Microsoft.VisualStudio.CommandBars.dll 中)
语法
声明
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 _
)
void accLocation(
out int pxLeft,
out int pyTop,
out int pcxWidth,
out int pcyHeight,
Object varChild
)
参数
- pxLeft
类型:System.Int32%
[out] 左侧 x 坐标。
- pyTop
类型:System.Int32%
[out] 顶级 Y 坐标。
- pcxWidth
类型:System.Int32%
[out] 宽度。
- pcyHeight
类型:System.Int32%
[out] 高度。
- varChild
类型:System.Object
子级。
备注
此方法将引发 DeprecatedException,当调用。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。