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.
Copies the specified file to the local project directory.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public Shared Sub CopyUrlToLocal ( _
uri As Uri, _
local As String _
)
'Usage
Dim uri As Uri
Dim local As String
PackageUtilities.CopyUrlToLocal(uri, local)
public static void CopyUrlToLocal(
Uri uri,
string local
)
public:
static void CopyUrlToLocal(
Uri^ uri,
String^ local
)
static member CopyUrlToLocal :
uri:Uri *
local:string -> unit
public static function CopyUrlToLocal(
uri : Uri,
local : String
)
Parameters
- uri
Type: System.Uri
The Uri to copy.
- local
Type: System.String
The local resource to copy it to.
Remarks
This method supports the downloading of HTTP resources, which may cause a delay before returning.
.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.