PackageUtilities::CopyUrlToLocal Method (Uri^, String^)

 

Copies the specified file to the local project directory.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static void CopyUrlToLocal(
	Uri^ uri,
	String^ local
)

Parameters

uri
Type: System::Uri^

The Uri to copy.

local
Type: System::String^

The local resource to copy to.

This method supports the downloading of HTTP resources, which may cause a delay before returning.

Return to top
Show: