UITestControl.BoundingRectangle 属性

获取此控件的边框。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Public Overridable ReadOnly Property BoundingRectangle As Rectangle
public virtual Rectangle BoundingRectangle { get; }
public:
virtual property Rectangle BoundingRectangle {
    Rectangle get ();
}
abstract BoundingRectangle : Rectangle with get
override BoundingRectangle : Rectangle with get
function get BoundingRectangle () : Rectangle

属性值

类型:System.Drawing.Rectangle
此控件的边框。

.NET Framework 安全性

请参见

参考

UITestControl 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间