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,如果刪除。
- version
型別:Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
要下載的檔案版本。
- localFileName
型別:System.String
應儲存本機檔案的本機路徑。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。