Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
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.