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)

Syntax

'Declaration
<GuidAttribute("1A1DFC92-F6EC-4FEF-A26F-6D0DA546F32A")> _
<InterfaceTypeAttribute()> _
Public Interface IVsNonLocalProject
[GuidAttribute("1A1DFC92-F6EC-4FEF-A26F-6D0DA546F32A")]
[InterfaceTypeAttribute()]
public interface IVsNonLocalProject
[GuidAttribute(L"1A1DFC92-F6EC-4FEF-A26F-6D0DA546F32A")]
[InterfaceTypeAttribute()]
public interface class IVsNonLocalProject
[<GuidAttribute("1A1DFC92-F6EC-4FEF-A26F-6D0DA546F32A")>]
[<InterfaceTypeAttribute()>]
type IVsNonLocalProject =  interface end
public interface IVsNonLocalProject

The IVsNonLocalProject type exposes the following members.

Methods

  Name Description
Public method EnsureLocalCopy Verifies that there is a local copy of the file.

Top

Remarks

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

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace