Team Foundation Server 的域模型
有人看过 Microsoft TFS(团队基础服务器)的域模型(信息模型)吗?哪里可以找到?我需要了解将其与其他产品集成的能力。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有人看过 Microsoft TFS(团队基础服务器)的域模型(信息模型)吗?哪里可以找到?我需要了解将其与其他产品集成的能力。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
这不完全是域模型(绝对不是公开的),但 TFS 集成平台可能会有所帮助:
http://tfsintegration.codeplex.com/
This isn't exactly the Domain Model (which is definitely not public), but the TFS Integration Platform may be helpful:
http://tfsintegration.codeplex.com/
Martin Woodward 的博客非常以 TFS 为中心。试着看看那里。
另外,请尝试此 MSDN 页面。
Martin Woodward's blog is extremely TFS-centric. Try looking there.
Also, try this MSDN page.
以下是官方 TFS SDK 文档: http://msdn.microsoft.com/en -us/library/bb130146.aspx
当您安装它,您将获得更多未在线发布的示例代码。
链接链接由 Buck Hodges 提供。
一旦您决定对 TFS 的哪些部分感兴趣,您就可以在网络上搜索基于根类的其他示例。例如,如果您想编写版本控制插件,您可以在您最喜欢的搜索引擎中输入“Microsoft.TeamFoundation.VersionControl.Client site:blogs.msdn.com”。
Here's the official TFS SDK documentation: http://msdn.microsoft.com/en-us/library/bb130146.aspx
When you install it, you'll get lots more sample code that isn't posted online.
Links to links courtesy of Buck Hodges.
Once you decide which pieces of TFS you're interested in, you can search the web for additional examples based on the root class. For instance, if you want to write a Version Control plugin, you might type "Microsoft.TeamFoundation.VersionControl.Client site:blogs.msdn.com" into your favorite search engine.
不要忘记 Team Foundation Server SDK 我认为它是什么你正在寻找。
Don't forget the Team Foundation Server SDK which I think is what you are looking for.