Downloads the content for your file in the conflict. Throws an exception if no your file is available.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Sub DownloadYourFile ( _
    localFileName As String _
)
public void DownloadYourFile(
    string localFileName
)
public:
void DownloadYourFile(
    String^ localFileName
)
member DownloadYourFile : 
        localFileName:string -> unit 
public function DownloadYourFile(
    localFileName : String
)
Parameters
- localFileName
 Type: System.String
 The local path to which to save your file.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.