Share via


Workstation.UpdateServerUriReferences 方法

注意:這個應用程式開發介面現在已經過時。

命名空間:  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 命名空間