IVsNonLocalProject Interface

 

Ensures a local copy of a non-local project exists. Projects that use non-local projects can get the interface from the IVsHierarchy interface.

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

[GuidAttribute("1A1DFC92-F6EC-4FEF-A26F-6D0DA546F32A")]
[InterfaceTypeAttribute(1)]
public interface IVsNonLocalProject

NameDescription
System_CAPS_pubmethodEnsureLocalCopy(UInt32)

Verifies that there is a local copy of the file.

A common use is in web projects doing local caching of server files.

Return to top
Show: