获取与 RibbonTabAutomationPeer 关联的响应 RibbonTab 的屏幕坐标的 Rect 。
命名空间: Microsoft.Windows.Automation.Peers
程序集: RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)
语法
声明
Protected Overrides Function GetBoundingRectangleCore As Rect
protected override Rect GetBoundingRectangleCore()
protected:
virtual Rect GetBoundingRectangleCore() override
abstract GetBoundingRectangleCore : unit -> Rect
override GetBoundingRectangleCore : unit -> Rect
protected override function GetBoundingRectangleCore() : Rect
返回值
类型:System.Windows.Rect
代表与 RibbonTabAutomationPeer 相关的 RibbonTab 的屏幕坐标的 Rect。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。