IVsSccVirtualFolders Interface
Gets a list of virtual folders within a project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
This interface should not be implemented unless the project uses virtual folders (for example, a Web-based project would have folders relative to a URL, making them virtual).
Notes to Implementers This interface is implemented by a project as part of its support virtual folders. Notes to Callers A source control package calls this interface when it is attempting to resolve the location of files within a project.