【发布时间】:2013-05-24 07:18:54
【问题描述】:
ITeamFoundationContextManager tfContextManager = ServiceProvider.GlobalProvider.GetService(typeof(ITeamFoundationContextManager)) as ITeamFoundationContextManager;
tfContextManager.SetContext(teamProjectCollection, projectUri);
此代码不起作用。麻烦
【问题讨论】:
-
什么“不起作用”? tfContextManager 是否返回 null?调用抛出异常...?
标签: c# tfs visual-studio-extensions visual-studio-sdk