共用方式為


VersionControlServer.DownloadFile 方法 (String, Int32, VersionSpec, String)

下載檔案的指定版本從伺服器下載至本機檔案。

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

語法

'宣告
Public Sub DownloadFile ( _
    serverPath As String, _
    deletionId As Integer, _
    version As VersionSpec, _
    localFileName As String _
)
public void DownloadFile(
    string serverPath,
    int deletionId,
    VersionSpec version,
    string localFileName
)

參數

  • serverPath
    型別:System.String
    下載檔案的儲存機制路徑。
  • deletionId
    型別:System.Int32
    檔案的刪除 ID,如果刪除。
  • localFileName
    型別:System.String
    應儲存本機檔案的本機路徑。

.NET Framework 安全性

請參閱

參考

VersionControlServer 類別

DownloadFile 多載

Microsoft.TeamFoundation.VersionControl.Client 命名空間