UiPath Documentation
marketplace
latest
false
重要 :
请注意,此内容已使用机器翻译进行了本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Marketplace 用户指南

上次更新日期 2026年4月1日

描述

Activity Creator

Activity Creator description field in the activity creation wizard

生成的代码

The LocalizedDescription attribute on your activity class contains a reference to the description you entered. The description may be modified by going to Properties Resources.resx.

using ...
namespace MyCompany.MyProduct.Activities
{
    [LocalizedDisplayName(nameof(Resources.Addition_DisplayName))]
    [LocalizedDescription(nameof(Resources.Addition_Description))]
    public class Addition : BaseAsyncCodeActivity
    {
      ...
    }
}
using ...
namespace MyCompany.MyProduct.Activities
{
    [LocalizedDisplayName(nameof(Resources.Addition_DisplayName))]
    [LocalizedDescription(nameof(Resources.Addition_Description))]
    public class Addition : BaseAsyncCodeActivity
    {
      ...
    }
}

UiPath Studio 中的效果

将鼠标指针悬停在活动上时,将显示说明。

Activity description tooltip displayed on hover in UiPath Studio

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新