Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 SPListItem 对象。我可以添加一个字段来存储某种对象,如 ArrayList 或 Dictionary 之类的吗?
谢谢你。
您可以使用 SPListItem.Properties 来存储不属于特定 SPField 的自定义信息。设置属性后不要忘记调用 Update()/SystemUpdate()。