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

‘선언
<GuidAttribute("1A1DFC92-F6EC-4FEF-A26F-6D0DA546F32A")> _
<InterfaceTypeAttribute()> _
Public Interface IVsNonLocalProject
‘사용 방법
Dim instance As 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

Remarks

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

See Also

Reference

IVsNonLocalProject Members

Microsoft.VisualStudio.Shell.Interop Namespace