Downloads the content for this version of the item.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in microsoft.teamfoundation.versioncontrol.client.dll)
Visual Basic (Declaration)
Public Sub DownloadFile ( _
localFileName As String _
)
Dim instance As Item
Dim localFileName As String
instance.DownloadFile(localFileName)
public void DownloadFile (
string localFileName
)
public:
void DownloadFile (
String^ localFileName
)
public void DownloadFile (
String localFileName
)
public function DownloadFile (
localFileName : String
)
Parameters
- localFileName
The location where the downloaded file contents are to be saved.