laptop and a wrench

漏洞

The Toolbar Collection Editor removes localization info. for toolbar items added in the source view in VS.NET.

上次发布: August 25, 2014 No Product Found
漏洞 ID 编号 NIM013579
已提交December 11, 2007
上次修改时间April 28, 2025
适用范围No Product Found
找到的版本9.2
编程语言C#
状态Will Not Be Addressed

附加信息

No Public Explanation

解决办法

The localization has to be done at runtime through GetLocalResourceObject() method if (!Page.IsCallback && !Page.IsPostBack) { for (int i = 0; i < Toolbar1.ToolbarItems.Count; i++) { ToolbarItem titem = Toolbar1.ToolbarItems[i]; if (titem is Tool) { Tool tl = (Tool)titem; tl.ToolTip = GetLocalResourceObject(tl.Name + "_" + "ToolTip") as string; } } }

重现步骤

漏洞 ID: NIM013579

软件:

  • No Product Found

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项