[]
命令类型的插件或其内部属性所支持的使用范围,如果不指定默认所有页面及表格都支持。
public class CommandSupportUsingScopeAttribute : Attribute
[CommandSupportUsingScopeAttribute(PageScope.NormalPCPage)] /*支持普通PC页面。*/
public class MyCommand : Command
{
}
构造函数。
public CommandSupportUsingScopeAttribute(CommandPageScope pageScope)
类型 | 名称 | 描述 |
---|---|---|
CommandPageScope | pageScope | 插件所支持的页面使用范围。 |
页面的使用范围。
public CommandPageScope PageScope { get; }
类型 | 描述 |
---|---|
CommandPageScope |