IVsSccVirtualFolders Interface
Visual Studio 2015
Gets a list of virtual folders within a project.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetVirtualFolders(UInt32, CALPOLESTR[]) | This method retrieves a list of virtual folders that appear under a specified node in a project hierarchy. |
![]() | IsItemChildOfVirtualFolder(String, Boolean) | This method determines if a specified item is a child of any virtual folder. |
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.
Show:
