1.静态drop-down list类型
     使用Enum即可,系统会把Enum类型自动转化为drop-down list

2.动态drop-down list类型
    ListBox子类,UITypeEditor类,UITypeEditorEditStyle类,Editor属性实现

具体参考:<<Understanding Design-Time Properties for Custom Pipeline Components in BizTalk Server>> by Saravana Kumar

相关文章:

  • 2021-05-31
  • 2021-12-19
  • 2021-12-25
  • 2022-01-14
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-06
  • 2021-12-28
  • 2021-07-11
  • 2021-10-01
  • 2022-12-23
相关资源
相似解决方案