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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。