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
)
參數
- sourceControl
型別:Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
參考的儲存機制。
- uri
型別:System.Uri
儲存機制伺服器的 URI。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。