Workspace.RefreshMappings 方法
注意:此 API 现在已过时。
从服务器获取当前设置此工作区域实例的映射。
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
<ObsoleteAttribute("This method has been deprecated. Please use the Refresh() method instead.", _
False)> _
Public Sub RefreshMappings
[ObsoleteAttribute("This method has been deprecated. Please use the Refresh() method instead.",
false)]
public void RefreshMappings()
备注
已过时。 使用 Refresh() 方法来完成相同任务。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。