PendingChangeEventArgs.UpdateServer 方法 (UpdateLocalVersionQueue, String)
更新服务器来告诉挂起的更改的项目位置当前位于。
接受 UpdateLocalVersionQueue 允许批处理 UpdateLocalVersion 调用。
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
Public Sub UpdateServer ( _
queue As UpdateLocalVersionQueue, _
currentLocalPath As String _
)
public void UpdateServer(
UpdateLocalVersionQueue queue,
string currentLocalPath
)
参数
- currentLocalPath
类型:System.String
磁盘 (空上的当前位置,如果不在磁盘上)
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。