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