[XmlIgnore()]//忽略xml序列化
[JsonIgnore]//忽略json序列化
[Browsable(false)]//对外部可见
[BrowsableAttribute(false)]//对属性窗口可见
[XmlElement("ForeColor")]//xml序列化时的名称

相关文章:

  • 2022-01-01
  • 2022-03-09
  • 2021-08-12
  • 2021-10-20
  • 2021-09-22
  • 2022-03-05
猜你喜欢
  • 2022-01-17
  • 2021-12-06
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案