IVsNonLocalProject Interface
Visual Studio 2015
Ensures a local copy of a non-local project exists. Projects that use non-local projects can get the interface from the IVsHierarchy interface.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | EnsureLocalCopy(UInt32) | Verifies that there is a local copy of the file. |
A common use is in web projects doing local caching of server files.
Show:
