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.
我有一个想要作为 COM 对象公开的 .NET 类。该类为 .NET 集合类型 List。
.NET 集合类型如何暴露给 COM 客户端?
没有等价物。您将获得的最接近的是特定类型的数组。