[]
        
(Showing Draft Content)

角色选择属性

此特性为活字格V9.1新增功能。

    public class MyPluginCommand : Command
    {
        [RoleSelectorProperty]
        public List<string> Roles { get; set; }
    }

在设计器中效果如下:

image

注意:标注RoleSelectorProperty的属性类型必须是 List<string>。