是否可以使用 C++ 访问 TFS API? (本国的)

发布于 2024-12-25 05:01:27 字数 133 浏览 3 评论 0原文

有没有办法使用 Native C++ 访问 TFS API?我可以使用 C# 轻松访问它,但我想知道是否有人尝试过通过本机 C++ 访问它。

我的另一个选择是使用 C++/CLI - 有人对此有任何运气吗?

干杯, 担。

Is there any way of accessing the TFS API using Native C++? I can access it using C# easily enough but I was wondering if anyone has tried accessing it via native C++.

My other option is to use C++/CLI - has anyone had any luck with that at all?

Cheers,
Dan.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最笨的告白 2025-01-01 05:01:27

TFS API 是在托管代码中定义的,因此您将需要一些托管层才能访问它。从 C++/CLI 访问 API 应该没有问题。

The TFS API is defined in managed code and hence you will need some managed layer in order to access it. There should be no problem accessing the API from C++/CLI.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文