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.
有什么方法可以使用 Native C++ 访问 TFS API?我可以使用 C# 轻松访问它,但我想知道是否有人尝试通过本机 C++ 访问它。
我的另一个选择是使用 C++/CLI - 有没有人对此有任何运气?
干杯,丹。
TFS API 是在托管代码中定义的,因此您需要一些托管层才能访问它。从 C++/CLI 访问 API 应该没有问题。