共用方式為


VersionControlServer.DownloadFile 方法 (String, String)

下載檔案的最新版本從伺服器下載至本機檔案。

命名空間:  Microsoft.TeamFoundation.VersionControl.Client
組件:  Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

語法

'宣告
Public Sub DownloadFile ( _
    serverPath As String, _
    localFileName As String _
)
public void DownloadFile(
    string serverPath,
    string localFileName
)

參數

  • serverPath
    型別:System.String
    下載檔案的儲存機制路徑。
  • localFileName
    型別:System.String
    應儲存本機檔案的本機路徑。

.NET Framework 安全性

請參閱

參考

VersionControlServer 類別

DownloadFile 多載

Microsoft.TeamFoundation.VersionControl.Client 命名空間