Share via


Workstation.UpdateServerUriReferences 方法

注意:此 API 现在已废弃不用。

命名空间:  Microsoft.TeamFoundation.VersionControl.Client
程序集:  Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

语法

声明
<ObsoleteAttribute("This method is no longer useful and performs no work.  You may safely omit your call to this method.",  _
    False)> _
Public Sub UpdateServerUriReferences ( _
    sourceControl As VersionControlServer, _
    uri As Uri _
)
[ObsoleteAttribute("This method is no longer useful and performs no work.  You may safely omit your call to this method.", 
    false)]
public void UpdateServerUriReferences(
    VersionControlServer sourceControl,
    Uri uri
)

参数

  • uri
    类型:System.Uri
    存储库服务器的 URI。

.NET Framework 安全性

请参阅

参考

Workstation 类

Microsoft.TeamFoundation.VersionControl.Client 命名空间